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'm, trying to create an app using Phonegap. The app has to show photos from Facebook fanpage.

How can I call Facebook fanpage photos in Android app using the Phonegap platform?

share|improve this question
1  
I recommend you add more details around what you've tried, code samples, or any research you've done. – M Afifi Oct 29 '12 at 15:14

closed as not constructive by Wh1T3h4Ck5, Kjuly, Linger, Ryan Bigg, Mudassir Oct 30 '12 at 3:27

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

This may be interesting for you

https://github.com/davejohnson/phonegap-plugin-facebook-connect

The idea of this plugin is to provide special shim between PhoneGap/Cordova and Facebook Graph Api. So basically this plugin should support all facebook js api. To get photos take a look on page/photos api

http://developers.facebook.com/docs/reference/api/page/

share|improve this answer

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