Uses of Class
com.stackmob.core.FacebookServiceException

Packages that use FacebookServiceException
com.stackmob.sdkapi   
 

Uses of FacebookServiceException in com.stackmob.sdkapi
 

Methods in com.stackmob.sdkapi that throw FacebookServiceException
 boolean FacebookService.createUserWithFacebookId(String modelName, String username, String accessToken)
          Creates a new user object, using the given facebook token for authentication.
 String FacebookService.findUser(String modelName, String accessToken)
          Find the username assigned to the Facebook user ID contained in the given access token.
 boolean FacebookService.linkFacebookIdToUser(String modelName, String username, String accessToken)
          Assigns the Facebook user ID contained in the access token to the user with the given username.
 String FacebookService.publishMessage(String modelName, String username, String messageText)
          Post a message to a user's Facebook wall.
 



Copyright © 2012 StackMob. All Rights Reserved.