Uses of Class
com.google.code.facebookapi.FacebookParam

Uses of FacebookParam in com.google.code.facebookapi
 

Methods in com.google.code.facebookapi that return FacebookParam
static FacebookParam FacebookParam.get(java.lang.String key)
          Retrieves the FacebookParam corresponding to the supplied String key.
static FacebookParam FacebookParam.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FacebookParam[] FacebookParam.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.google.code.facebookapi that return types with arguments of type FacebookParam
static java.util.EnumMap<FacebookParam,java.lang.CharSequence> FacebookSignatureUtil.extractFacebookParams(java.util.Map<java.lang.CharSequence,java.lang.CharSequence> reqParams)
          Out of the passed in reqParams, extracts the parameters that are known FacebookParams and returns them.
 

Methods in com.google.code.facebookapi with parameters of type FacebookParam
 boolean FacebookWebRequest.fbParamEquals(FacebookParam key, java.lang.String val)
           
 java.lang.String FacebookWebRequest.getFbParam(FacebookParam key)
           
 boolean FacebookWebRequest.getFbParamBoolean(FacebookParam key)
           
 java.lang.Long FacebookWebRequest.getFbParamLong(FacebookParam key)
           
 

Method parameters in com.google.code.facebookapi with type arguments of type FacebookParam
static java.util.List<java.lang.String> FacebookSignatureUtil.convertFacebookParams(java.util.Collection<java.util.Map.Entry<FacebookParam,java.lang.String>> entries)
          Converts a Map of key-value pairs into the form expected by generateSignature
static boolean FacebookSignatureUtil.verifySignature(java.util.EnumMap<FacebookParam,java.lang.String> params, java.lang.String secret)
          Verifies that a signature received matches the expected value.
static boolean FacebookSignatureUtil.verifySignature(java.util.EnumMap<FacebookParam,java.lang.String> params, java.lang.String secret, java.lang.String expected)
          Verifies that a signature received matches the expected value.
 



Copyright © 2008. All Rights Reserved.