I had a working Python integration to Facebook, using the Graph API and the https://graph.facebook.com/<<id>>/feed
URL, for about a month.
And then all of a sudden a few days ago, I started getting this back whenever I tried to post a status update:
{"error":{"type":"OAuthException","message":"(#200) The user hasn't authorized the application to perform this action"}}
I'm requesting (and getting) the publish_stream permission, and I can do other things like get friends, pages, etc.
Any ideas? There's a link here http://forum.developers.facebook.net/viewtopic.php?id=73912 that shows there are others dealing with this.
Thanks!