I am trying to set a cron task to read updates for a Facebook application. I have prompted the user to grant Offline Access permissions and i have store the session_key in the db.
I\'m trying to set up a facebook app using开发者_JAVA技巧 django by following this tutorial: http://www.rkblog.rk.edu.pl/w/p/example-facebook-application-django/ . I get to the point where I start my
I am trying to develop a Facebook application using PyFacebook (hosted on Google App Engine).It\'s an FBML application (runs in a Facebook canvas instead of an iframe).I\'m having problems getting any
I am trying to write a facebook app using app-engine-patch and pyFacebook. I am using nothing but the examples provided with each tool and for some reason it will not work.
I\'m trying to write a simple app that lets a user grant my code permission to write to her page\'s Facebook stream.As I understand it, it should be as easy as:
I am attempting to add functionality to my Django app: when a new post is approved, I want to update the corresponding Facebook Page\'s status with a message and a link to the post automatically.Basic