javascript - Developing Mobile App integrated with Facebook and Twitter using phonegap -


currently i`m planning create mobile app using jqtouch , phonegap. application using facebook , twitter integration. add new status, tweet, , seeing tweet list. possibile create pure javascript this? or need server programming php handle request , bridge mobile app , facebook or twitter.. thank you..

you should able access api standard ajax-requests since same origin policy not apply phonegap-apps. if not case not access server bridge requests fb/twitter (o:

from phonegap faq:

q. want create application phonegap access externally deployed web services via ajax. how can resolve issue cross-domain security policy of xmlhttprequest?

a. cross-domain security policy not affect phonegap applications. since html files called webkit file:// protocol, security policy not apply.

(in android,you may grant android.permission.internet app edit androidmanifest.xml)

http://wiki.phonegap.com/w/page/16494770/faq


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -