Facebook taglib ver. 1.1


    Custom JSP tags library provides access to Facebook API. For example:
 


<%@ taglib uri="taglib.tld" prefix="t" %>

<t:AccessToken clientId="xxxxxxx" clientSecret="yyyyyyyy"/>

Tags are:

AccessToken

Custom tag lets you obtain access token for your Facebook application. Attributes are:

1) clientId Describes application ID
2) clientSecret Describes client secret
3) proxyHost Optional attribute. Describes proxy settings for your host
4) proxyPort Optional attribute. Describes proxy settings for your host
5) id Optional attribute. Describes a name for your page scope variable for data (type is java.lang.String). Without this parameter tag simply prints access token

for downloading:

Library: fbtag.jar    Description: taglib.tld

 © Coldbeans      Comments?

See also Coldtags suite - the largest collection of custom JSP tags.

Also in Coldtags: