facebook4j
Interface Account

All Superinterfaces:
FacebookResponse

public interface Account
extends FacebookResponse

Author:
Ryuji Yamashita - roundrop at gmail.com

Nested Class Summary
 
Nested classes/interfaces inherited from interface facebook4j.FacebookResponse
FacebookResponse.Metadata
 
Method Summary
 String getAccessToken()
           
 String getCategory()
           
 String getId()
           
 String getName()
           
 List<String> getPerms()
           
 
Methods inherited from interface facebook4j.FacebookResponse
getMetadata
 

Method Detail

getName

String getName()

getAccessToken

String getAccessToken()

getCategory

String getCategory()

getId

String getId()

getPerms

List<String> getPerms()


Copyright © 2019. All rights reserved.