Uses of Class
com.restfb.exception.devicetoken.FacebookDeviceTokenSlowdownException
Packages that use FacebookDeviceTokenSlowdownException
-
Uses of FacebookDeviceTokenSlowdownException in com.restfb
Methods in com.restfb that throw FacebookDeviceTokenSlowdownExceptionModifier and TypeMethodDescriptionDefaultFacebookClient.obtainDeviceAccessToken
(String code) 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 FacebookDeviceTokenSlowdownExceptionModifier and TypeMethodDescriptionstatic void
DeviceTokenExceptionFactory.createFrom
(FacebookOAuthException oauthException) Create aFacebookDeviceTokenException
to a givenFacebookOAuthException
.