Facebook – Pull Facebook graph into Google gadget as RSS

facebook-integrationgoogle-sites

How might I grab a public feed from graph.facebook.com and put it into a Google gadget as an RSS feed?

Example source: http://graph.facebook.com/prettyklicks/feed

Possible gadget to "eat" it with: http://www.google.com/ig/directory?url=www.google.com/ig/modules/feeds_tabs.xml

Best Answer

The "feed" you specified is not an RSS or Atom feed, but a JSON one. You need to consume and parse it programmatically, or use an online mashup tool like Yahoo Pipes to turn it into something a Google Gadget (or any other) can consume.

Related Topic