1

What is the best way to publish an rss feed or a sitemap to facebook?

I am using google app engine as the platform and the python language

demos
  • 2,630
  • 11
  • 35
  • 51

1 Answers1

1

I don't know of a library that can do the feed to Facebook publication. There are a few apps that do this, like this one.

One an Application is granted the publish_stream extended permission it can post on behalf of the User (or Page) using the api. There is a Python SDK which should work on AppEngine.

daaku
  • 2,797
  • 20
  • 20