org.jboss.seam.social.twitter.model
Interface Credential

All Superinterfaces:
UserProfile

public interface Credential
extends UserProfile

Implementation of this interface contains information about Twitter Credential of the current user It is returned by TwitterHandler#verifyCrendentials()

Author:
Antoine Sabot-Durand

Method Summary
 String getScreenName()
           
 
Methods inherited from interface org.jboss.seam.social.oauth.UserProfile
getFullName, getPictureUrl
 

Method Detail

getScreenName

String getScreenName()
Returns:
the Twitter screen Name


Copyright © 2011 Seam Framework. All Rights Reserved.