Uses of Class
net.sf.f8api.FacebookParam

Packages that use FacebookParam
net.sf.f8api   
 

Uses of FacebookParam in net.sf.f8api
 

Methods in net.sf.f8api 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 are declared.
 

Methods in net.sf.f8api 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.
 

Method parameters in net.sf.f8api 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.CharSequence>> entries)
          Converts a Map of key-value pairs into the form expected by generateSignature
static boolean FacebookSignatureUtil.verifySignature(java.util.EnumMap<FacebookParam,java.lang.CharSequence> params, java.lang.String secret)
          Verifies that a signature received matches the expected value.
static boolean FacebookSignatureUtil.verifySignature(java.util.EnumMap<FacebookParam,java.lang.CharSequence> params, java.lang.String secret, java.lang.String expected)
          Verifies that a signature received matches the expected value.
 



Copyright © 2007 Jason Thrasher. All Rights Reserved.