Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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,

share|improve this question
this question is very vague. this can be done using server side script (i.e. django, etc) or from the client using javascript. it depends on your application's architecture. I would take a look at the facebook API for sample code. – akonsu Sep 5 '11 at 3:19
Thanks @akonsu, I've updated the question a bit more. Hope it makes more sense. – Danny Sep 5 '11 at 4:22
It seems like there isn't any built-in photo upload support in the Python SDK - but there is a discussion and workaround here: vibesphere.com/2011/07/… – Ben Sep 5 '11 at 4:40

1 Answer

Have a look at Django Facebook. There are examples included on how to do this.

Link: https://github.com/tschellenbach/Django-facebook

Also try the list sharing flow on fashiolista for a real life demo: http://www.fashiolista.com/style/modedamour/list/57918_ultimate-summer-wishlist/

Click save as photo album

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.