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.

I there anyway to log users to facebook and google gmail, from another domain site?

Or are there specific API to do that?

I'm not talking about fb login or connect or google login API, i'm talking about "triggering" login forms in some whay or launch requests to sites to login in users.

I would like to make users able to log to facebook from another site, setting up cookies, so when he will return to facebook he will be logged, and viceversa.

And if is there, is it legal or not?

Thanks

share|improve this question

2 Answers

up vote 1 down vote accepted

Thats not possible, since Facebook are the ones that issue the cookies, I think it might be possible to generate a cookie that will log you into Facebook, but it would be illegal. Swift

share|improve this answer
only facebook or also google? – okok Sep 29 '12 at 11:43
1  
Both, Facebook and Google, use their in house database to check passwords and issue cookies, the only way to login without using that method, would be to spoof a cookie, but thats illegal so no, its not possible for either. Swift – SwiftAppDesign Sep 29 '12 at 11:48

I would like to make users able to log to facebook from another site, setting up cookies, so when he will return to facebook he will be logged

What would be the benefit of that?

If you use the JS SDK to log a user in, you would have the same effect – they will be logged in to Facebook afterwards.

So I can’t see any good reason for what you are planning, nor any benefit to the user.

share|improve this answer
always better reply with answer not whit questions – okok Sep 29 '12 at 18:39

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.