Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have been asked to scope a app which would pull out tagged images of a user and his/her friends. I've no idea how easy/difficult this would be to attempt or where to begin but understand that it may be possible via Connect?

I've had a search around and can't find much info - so I wonder whether anyone can offer any advice/ point me in the right direction?

Cheers Paul

share|improve this question
Are you looking for iPhone of for android solution? – alloc_iNit Jan 17 '12 at 10:38

1 Answer

It's pretty easy to accomplish.

For connecting it's easy using: http://developers.facebook.com/docs/reference/dialogs/oauth/

They even have an FQL table you can query that has the photo tags. See: http://developers.facebook.com/docs/reference/fql/photo_tag/

share|improve this answer
Did this answer help you to find your solution to your question, if so, please accept this answer. See meta.stackoverflow.com/questions/5234/… for how to mark answers. Thank you! – DMCS Feb 4 '12 at 21:52

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.