Reputation: 365
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..!!
Upvotes: 1
Views: 360
Reputation: 238
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".
Upvotes: 1