Uses of Class
com.restfb.exception.devicetoken.FacebookDeviceTokenPendingException
Packages that use FacebookDeviceTokenPendingException
- 
Uses of FacebookDeviceTokenPendingException in com.restfb
Methods in com.restfb that throw FacebookDeviceTokenPendingExceptionModifier and TypeMethodDescriptionDefaultFacebookClient.obtainDeviceAccessToken(String code) FacebookClient.obtainDeviceAccessToken(String code) Method to poll Facebook and fetch the Device Access Token. - 
Uses of FacebookDeviceTokenPendingException in com.restfb.exception.devicetoken
Methods in com.restfb.exception.devicetoken that throw FacebookDeviceTokenPendingExceptionModifier and TypeMethodDescriptionstatic voidDeviceTokenExceptionFactory.createFrom(FacebookOAuthException oauthException) Create aFacebookDeviceTokenExceptionto a givenFacebookOAuthException.