Uses of Class
org.jboss.seam.social.twitter.model.TwitterProfile

Packages that use TwitterProfile
org.jboss.seam.social.twitter   
 

Uses of TwitterProfile in org.jboss.seam.social.twitter
 

Methods in org.jboss.seam.social.twitter that return TwitterProfile
 TwitterProfile Twitter.getMyProfile()
          Retrieves the authenticated user's Twitter profile details.
 TwitterProfile Twitter.getUserProfile(long userId)
          Retrieves a specific user's Twitter profile details.
 TwitterProfile Twitter.getUserProfile(String screenName)
          Retrieves a specific user's Twitter profile details.
 

Methods in org.jboss.seam.social.twitter that return types with arguments of type TwitterProfile
 List<TwitterProfile> Twitter.getSuggestions(String slug)
          Retrieves a list of suggestions of users to follow for a given category.
 List<TwitterProfile> Twitter.getUsers(Long... userIds)
          Retrieves a list of Twitter profiles for the given list of user IDs.
 List<TwitterProfile> Twitter.getUsers(String... screenNames)
          Retrieves a list of Twitter profiles for the given list of screen names.
 List<TwitterProfile> Twitter.searchForUsers(String query)
          Searches for users that match a given query.
 



Copyright © 2011 Seam Framework. All Rights Reserved.