开发者

Facebook application that allow users to upload image to the application album

I am trying to develope a facebook application that allows the users to create an album in my application and upload photos to it. I read some articles but those were very confusing. Could anyone tell me where I can get some s开发者_开发问答imple article regarding this. I have no idea where to start from.

Thanks in advance.


The first thing is getting the user authenticated and with the corresponding permissions into your app (you will need special permissions to upload a picture into his albums, or creating a new one).

Once you have the permissions and therefore, the auth token, you can upload pictures by making post requests to the Graph API.

http://developers.facebook.com/docs/reference/api/photo/

Look at the bottom where it shows you an example using cURL.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜