I'm trying to publish a photo available on the server to a users Photo album. Is this a job for Python/Django or can it be done through Javascript?
And does anyone have any example code. I've been going round in circles 开发者_开发问答on this for a week ...
I've got the users access_token and permissions to publish.
Update: Basically, something like the below, but in Django/Python. So I can call on a page upload a photo from the server and, post to the users wall.
Upload Photo To Album with Facebook's Graph API
Thanks again,
精彩评论