Facebook Page -- Dynamic HTML Based on User -


i'm looking create facebook page dynamic content based on user visiting page. example, if user has "liked" consisting of "soccer" display little module soccer... or if liked "baseball" display baseball.

i guess overall question is: "what content fb allow developers scrape , use in code?" want utilize on static fbml application.

thanks in advance!

you may want check open graph documentation:

http://developers.facebook.com/docs/opengraph/

graph api: accessing profile data http://developers.facebook.com/docs/reference/api/

in order request , receive extended information profile need setup signed request graph api. can done custom facebook app.


Comments

Popular posts from this blog

Python __call__ special method practical example -

arrays - jQuery - Retrieve values from HTML elements and return their sum -