I am writing (with tabs) an application for Facebook that requires a background process to run on the server and periodically upload images to an album on this application page.
What I'm trying to do is create a script that will be:
a) authenticate me using the application
b) upload the image to a specific album
All this is completely from the command line and completely with the new graphical API.
My problem right now is trying to find documentation that will allow me to get a token without a popup.
Thoughts?
source share