
com.yukihirai0505.sFacebook.responses.auth.Oauth.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.responses.auth
case class Oauth(accessToken: String, tokenType: String, expiresIn: Long)
import com.github.tototoshi.play.json.JsonNaming
import play.api.libs.json.Json
object Oauth {
implicit val OauthFormat = JsonNaming.snakecase(Json.format[Oauth])
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy