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