com.restfb.types
Class Account

java.lang.Object
  extended by com.restfb.types.FacebookType
      extended by com.restfb.types.NamedFacebookType
          extended by com.restfb.types.CategorizedFacebookType
              extended by com.restfb.types.Account
All Implemented Interfaces:
Serializable

public class Account
extends CategorizedFacebookType

Represents the Account Graph API type.

Author:
Mark Allen
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
 
Constructor Summary
Account()
           
 
Method Summary
 String getAccessToken()
          An OAuth access token for this account.
 
Methods inherited from class com.restfb.types.CategorizedFacebookType
getCategory
 
Methods inherited from class com.restfb.types.NamedFacebookType
getName
 
Methods inherited from class com.restfb.types.FacebookType
equals, getId, getMetadata, getType, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Account

public Account()
Method Detail

getAccessToken

public String getAccessToken()
An OAuth access token for this account.

Returns:
An OAuth access token for this account.


RestFB 1.6.8. Copyright © 2010-2011 Mark Allen. All Rights Reserved.