开发者

Problem with Facebook Toolkit

开发者 https://www.devze.com 2023-01-05 02:16 出处:网络
I am using the latest Facebook Toolkit. I want to retrieve all albums of the current user. I use FacebookService.GetPhotoAlbums(), but the result has an itemco开发者_开发技巧unt of 0 :-/ No error is r

I am using the latest Facebook Toolkit. I want to retrieve all albums of the current user. I use FacebookService.GetPhotoAlbums(), but the result has an itemco开发者_开发技巧unt of 0 :-/ No error is raised.

Do you have similar experiences?


You need to obtain the "user_photos" extended permissions to do this. You can go to http://fbgraph.computerbeacon.net/tutorial/section2/ for details of doing this with the Facebook Graph Toolkit.


I would strongly advise moving away from the FDT. Not only is it rarely updated, but it does not support the new OpenGraph API. There is a new OpenGraph-based library another party is working on, but I can't vouch for its quality. The simplicity of the new API also makes it fairly straightforward to roll your own interface.

0

精彩评论

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