Use graph.facebook.com to get URL's and Names of Photos -


I have to get the URL and name of the pictures contained in a Facebook photo album. I know that this is possible through graph.facebook.com, but I do not know where the identity of an album is from.

As an example you can use this album:

Which of the following numbers is an album id? And how do I get a photo url with name?

Thanks in advance.

Just get the connection for your example:

Then the first album (or Use to get pictures of another album, just change the ID based on the album you got from).

I suggest you and I am trying for examples.

And read more documents.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -