Uses of Class
com.stackmob.core.TwitterServiceException

Packages that use TwitterServiceException
com.stackmob.sdkapi   
 

Uses of TwitterServiceException in com.stackmob.sdkapi
 

Methods in com.stackmob.sdkapi that throw TwitterServiceException
 boolean TwitterService.createUserWithTwitter(String modelName, String smUsername, String token, String tokenSecret)
          Creates a user with the given StackMob username and Twitter token and token secret.
 String TwitterService.findAndVerifyUser(String modelName, String twUserId)
          Finds a StackMob user with the given Twitter user ID and then verifies the user's credentials are valid.
 String TwitterService.findAndVerifyUser(String modelName, String token, String tokenSecret)
          Finds a StackMob user with the given Twitter token and token secret and then verifies the user's credentials are valid.
 String TwitterService.findUsername(String modelName, String twUserId)
          Finds a StackMob username given the associated Twitter user ID.
 boolean TwitterService.linkUserWithTwitter(String modelName, String smUsername, String token, String tokenSecret)
          Links an existing user with the Twitter user identified by the given token and token secret.
 boolean TwitterService.updateStatus(String modelName, String smUsername, String statusMsg)
          Updates a user's Twitter status with the given message.
 boolean TwitterService.verifyCredentials(String modelName, String smUsername)
          Verifies a user's Twitter credentials.
 



Copyright © 2012 StackMob. All Rights Reserved.