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?
|
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.
|
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 |
|||
|
|