Uses of Class
com.restfb.exception.FacebookOAuthException
-
Packages that use FacebookOAuthException Package Description com.restfb.exception.devicetoken -
-
Uses of FacebookOAuthException in com.restfb.exception.devicetoken
Methods in com.restfb.exception.devicetoken with parameters of type FacebookOAuthException Modifier and Type Method Description static void
DeviceTokenExceptionFactory. createFrom(FacebookOAuthException oauthException)
Create aFacebookDeviceTokenException
to a givenFacebookOAuthException
.
-