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.

Hello Guys I want to Albums Id so that I can Retrieve all the photos of my albums but my question is how to get Albums Id using Graph API or FQL I am using C#.

Thank you..!!

share|improve this question

1 Answer

I don't know your exact scenario. If you really want to retrieve your Album IDs and photos, the easiest way to do this is probably with Windows PowerShell and FacebookPSModule (http://facebookpsmodule.codeplex.com), command "Read-FBulkPhotos -AllAlbums".

share|improve this answer
Thanks @Jon Newman but I want to access through the Graph api or FQL so is there any way to retrieve exactly you above mentioned.data. – Jitendra Jadav Feb 16 '12 at 6:35
It's certainly possible -- FacebookPSModule is layered over Facebook C# SDK -- but there are a fair number of steps. Feel free to look at my implementation. – Jon Newman Feb 16 '12 at 16:23

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.