Is it possible to integrate Facebook authentication into Sencha Touch
Is it possible to integrate Facebook authentication into Sencha Touch
Hi everyone, I was thinking has anyone of you manage to implement Facebook's authentication feature with Touch? I would love to have my app to display the user's profile. But is this even possible in the first place?
How would you integrate with the Ext.Panel, display the authentication page and finally obtain the session key.. before able to obtain JSON queries??
Hi everyone, I was thinking has anyone of you manage to implement Facebook's authentication feature with Touch? I would love to have my app to display the user's profile. But is this even possible in the first place?
How would you integrate with the Ext.Panel, display the authentication page and finally obtain the session key.. before able to obtain JSON queries??
Hi !
I first try to develop a component for auth on facebook but I quit as I didn't have any project that really need it. Actually, you can get json from facebook for any profile that is public :
graph.facebook.com
If you take the step to make a special component for facebook auth integration, I'll be happy to see it in action.
we used Grace monkey user script to change facebook auth window to look on touch screen similar to sencha interface
Can you tell us more about that ?
How did you manage to call the Facebook login screen into your Sencha app ?
Thank you for sharing your experience ;-)