开发者

Publish photo to users Facebook album - Django/Python

开发者 https://www.devze.com 2023-04-03 03:13 出处:网络
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?

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,

0

精彩评论

暂无评论...
验证码 换一张
取 消