Uses of Class
com.restfb.exception.devicetoken.FacebookDeviceTokenSlowdownException
-
Packages that use FacebookDeviceTokenSlowdownException Package Description com.restfb Contains types used to interact with the Facebook Graph API.com.restfb.exception.devicetoken -
-
Uses of FacebookDeviceTokenSlowdownException in com.restfb
Methods in com.restfb that throw FacebookDeviceTokenSlowdownException 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 FacebookDeviceTokenSlowdownException in com.restfb.exception.devicetoken
Methods in com.restfb.exception.devicetoken that throw FacebookDeviceTokenSlowdownException Modifier and Type Method Description static void
DeviceTokenExceptionFactory. createFrom(FacebookOAuthException oauthException)
Create aFacebookDeviceTokenException
to a givenFacebookOAuthException
.
-