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.

In my Jquery mobile application i used child browser for Facebook and twitter authentication and i asked user to login at facebook(in childbrowser) and in childbrowser onlocation change i am executing a function, there i am getting facebook username to register in my database.

Now i am trying to do this in sencha without child browser.

i asked this question before (here), but i did't get any answer or even reply.

Is there any way i can do this without child browser or i must use child browser?

share|improve this question
why i did't get single reply? – Viswa Nov 1 '12 at 12:11

1 Answer

up vote 1 down vote accepted

i used window.open() for authentication... i use php(yii) backend and i let yii oAuth service take care of authentication

share|improve this answer
thanks, finally i got a some answer – Viswa Nov 2 '12 at 4:29

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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