Uses of Class
com.restfb.exception.devicetoken.FacebookDeviceTokenCodeExpiredException
-
Packages that use FacebookDeviceTokenCodeExpiredException Package Description com.restfb Contains types used to interact with the Facebook Graph API.com.restfb.exception.devicetoken -
-
Uses of FacebookDeviceTokenCodeExpiredException in com.restfb
Methods in com.restfb that throw FacebookDeviceTokenCodeExpiredException Modifier and Type Method Description AccessToken
DefaultFacebookClient. obtainDeviceAccessToken(String code)
AccessToken
FacebookClient. obtainDeviceAccessToken(String code)
Method to poll Facebook and fetch the Device Access Token. -
Uses of FacebookDeviceTokenCodeExpiredException in com.restfb.exception.devicetoken
Methods in com.restfb.exception.devicetoken that throw FacebookDeviceTokenCodeExpiredException Modifier and Type Method Description static void
DeviceTokenExceptionFactory. createFrom(FacebookOAuthException oauthException)
Create aFacebookDeviceTokenException
to a givenFacebookOAuthException
.
-