1
In a project of a web site a client asked me if it is possible to register his photos on facebook and the same be updated/synchronized in their site, because as they work with events, it would be much more practical for them.
Has anyone ever done that, or anything like that?
In the past I have made a page that "rescued" two images from a specific album on Facebook (for a company campaign). The code I posted in this answer (for the count of Ikes) He was stabbed with what I used. Basically, if you have the album ID where your client posts the images (and it’s public!), just query and process the response JSON.
– Luiz Vieira
Look, if you access the Graph API Explorer, you can use queries to query the list of Albums on a public page (for example:
PortaDosFundos/albums
) and the list of photos in an album (for example:310722019024363/photos
- the album ID was obtained in the previous example query).– Luiz Vieira
Try this tutorial
http://www.criarweb.com/artigos/mostrar-albums-facebook-webs.html
worked out for me!– Michel Simões
Thankful for the answers so far. OBS: It was useful the answer there was before. My luck I copied the link, otherwise I would have lost the same.
– Anderson Brunel Modolon