Uses of Class
com.restfb.types.DebugTokenInfo
-
Packages that use DebugTokenInfo Package Description com.restfb Contains types used to interact with the Facebook Graph API. -
-
Uses of DebugTokenInfo in com.restfb
Methods in com.restfb that return DebugTokenInfo Modifier and Type Method Description DebugTokenInfo
DefaultFacebookClient. debugToken(String inputToken)
DebugTokenInfo
FacebookClient. debugToken(String inputToken)
When working with access tokens, you may need to check what information is associated with them, such as its user or expiry.
-