
com.yukihirai0505.sFacebook.model.OAuthConstants.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sfacebook_2.11 Show documentation
Show all versions of sfacebook_2.11 Show documentation
A Scala library for the Facebook API
The newest version!
package com.yukihirai0505.sFacebook.model
/**
* author Yuki Hirai on 2016/11/11.
*/
object OAuthConstants {
val ACCESS_TOKEN: String = "access_token"
val CLIENT_ID: String = "client_id"
val CLIENT_SECRET: String = "client_secret"
val CODE: String = "code"
val DISPLAY: String = "display"
val OUT_OF_BAND: String = "oob"
val REDIRECT_URI: String = "redirect_uri"
val SCOPE: String = "scope"
val GRANT_TYPE: String = "grant_type"
val AUTHORIZATION_CODE: String = "authorization_code"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy