Facebook Groups get photos
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
Hi im writing a website for an organisation which has a facebook group and to keep the facebook photo sync'ed with the websites one i have decided to use the photos off of facebook but i have hit a glitch there is no method to support this and looking through how facebook do the photo search they use a parameter oid which is lost on me anyway i knew if anyone has done this or would know how to i basically need to get the src locations of the photos for all the photos in the group. using FQL i have tried many various ways and most return either errors or and the obvious return a cannot use pid or aid without a valid uid (code 600 unknow expection) SELECT pid FROM photo WHERE aid=mygroupid thanks in advance for any help