I am thinking to implement Facebook Wordpress Plugin for bloggers in django (using Fandjango & Facepy).
To be specific:
The project admin/ developer will be the only person as user. So, the application need to perform /friend_id/feed
calls on the admin automatically in the background.
For that all I would need is to store admin's access token and use it when ever I want..
Now, I got some problems to address:
- How to refresh the admin's access token when it expires automatically without admin's intervention
Actually, can we store access token (I mean securely). I somewhere read that its not possible (not sure of the information)