Jitendra Jadav
Jitendra Jadav

Reputation: 365

How I can Get my Albums ID using Facebook Graph API.?

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

Answers (1)

Jon Newman
Jon Newman

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

Related Questions