tags:

views:

17

answers:

1

Hi, 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 itemcount of 0 :-/ No error is raised.

Do you have similar experiences?

+1  A: 

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.

Josh Wolf