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