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
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
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.