extjs - use sencha touch 2 to connect facebook -
possible duplicate:
using oauth in sencha touch 2 connect facebook
i want sencha touch 2 mobile app connect facebook. possible using sencha ? believe oauth 2.0 required authenication. can done ext js? i've looked around , found oauth v1 libraries javascript , jquery mobile only. also, there apis working facebook works sencha touch 2?
thanks
you should able use facebook javascript sdk sencha without trouble. facebook's js sdk loads asynchronously, , provides own load event when sdk ready use.
you can implement client-side authentication without relying on sencha, or triggered via interaction sencha ui components. see https://developers.facebook.com/docs/authentication/client-side/ client-side authentication flow, , http://www.sencha.com/products/touch/demos/ example of in action (jog friends).
Comments
Post a Comment