FileDocCategorySizeDatePackage
IFacebookMethod.javaAPI DocGoogle Facebook API v1.43698Fri Nov 02 15:55:40 GMT 2007com.facebook.api

IFacebookMethod

public interface IFacebookMethod
Facebook went interface-happy with their latest release, because someone levied very questionable criticism that they should extract interfaces for peices of their code (most of which don't make sense to extract interfaces from), and the Facebook Java developers weren't clever enough to question the validity of the criticism and just went ahead with implementing it. This is one of the more pointless results of that process.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringmethodName()

return
the name that the Facebook Platform uses to refer to this method.

public intnumParams()

return
the maximum number of params this API call will send (excluding any added automatically by the client).

public intnumTotalParams()

return
the maximum number of params this API call will send, including any that are added automatically by the Facebook client.

public booleanrequiresSession()

return
true if this API call requires an active session to work false otherwise

public booleantakesFile()

return
true if this API call accepts a File as a parameter false otherwise