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.

On this page it is described how to upload videos to an application on facebook via Graph API. I would like to know if the same is possible for images, i.e. is it possible to create application albums and uploading images to it using Graph API? I know it's possible to create user albums, but I want the photos to "belong" to the application, so they are not shown in the users albums, but administered in the application.

share|improve this question

1 Answer

I don’t think you can upload videos “to an application” any more – you can only do that for user profiles or pages. (Apps do not automatically have an associated page any more, you have to create it yourself from the app settings section).

But of course you can upload photos to a page, in the same way you can do it for a user profile.

https://developers.facebook.com/docs/reference/api/page/#photos, https://developers.facebook.com/docs/reference/api/photo/

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.