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.

as I know Facebook Single Sign On works only if Facebook app has been installed on the device. But if there a way to make it recognize Android browsers sessions to achieve the same results?

share|improve this question

2 Answers

for that, i think our app needs to have access to the browser cookies and it needs to know the cookie key-value pairs(access_token,if any) set by facebook during the browsing sessions in the browser. I'm not sure as to whether is it really possible or not, but i guess thats one possible method.

share|improve this answer
up vote 0 down vote accepted

It seems that it's not possible since even Facebook app doesn't share session with its site.

share|improve this answer

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.