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

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -