Can you authenticate Facebook Graph entirely from command line with Python?

Posted by Sebastian on Stack Overflow See other posts from Stack Overflow or by Sebastian
Published on 2010-05-07T21:04:15Z Indexed on 2010/05/07 21:08 UTC
Read the original article Hit count: 240

Filed under:
|
|

I'm writing a (tabbed) application for Facebook that requires a background process to run on a server and, periodically, upload images to an album on this application's page.

What I'm trying to do is create a script that will:

a) authenticate me with the program
b) upload an image to a specific album

All of this entirely from the command line and completely with the new Graph API.

My problem right now is trying to locate the documentation that will allow me to get a token without a pop-up window of sorts.

Thoughts?

© Stack Overflow or respective owner

Related posts about facebook

Related posts about python