com.google.code.facebookapi
Interface IFacebookMethod
- All Known Implementing Classes:
- FacebookMethod
public interface IFacebookMethod
Interface for specifying a Facebook API method.
methodName
java.lang.String methodName()
- The name of the method, e.g. "facebook.friends.get"
- Returns:
- the method name
- See Also:
- Developers Wiki: Facebook API Reference
requiresNoSession
boolean requiresNoSession()
- Returns:
- whether the method requires that no sessionKey is added to call
takesFile
boolean takesFile()
- Returns:
- whether the method expects a file to be posted
Copyright © 2010. All Rights Reserved.