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.

Here's the problem,

I want to have the user auto login to my MVC3 website if they already login from facebook.com.

If they are not login from facebook.com, I will just simply show a login button and they can login by clicking on it as usual.

I cant seem to find a way to detect whether user had login from facebook.com unless I force the application to direct go into LoginUrl of Facebook, which is not good for user who was not logged in as this will prompt them a page where they have to login. I still want to allow guest access without facebook account.

Any idea? Thanks a million.

EDIT:

Sorry I forgot to mentioned the situation only apply to user who approve to use my app. Once they approve to use my app, I'll be able to detect their facebook login status.

share|improve this question

1 Answer

The answer is: You can't. At least not without violating the facebook TOS and probably at least one or two laws.

EDIT: Your original question sounded like you wanted to try and hijack the facebook user session. What you are talking about here in the comments requires you to use facebook connect / facebook for websites.

You would want to start here: https://developers.facebook.com/docs/guides/web

share|improve this answer
I've seen some site that actually able to do this such as shopsocial.ly . Once I approve to use their apps, everytime I go into that website they will detect whether I already logged into facebook. – Bing Zhao Phua Mar 25 '11 at 3:59
Thanks for your clarification. So does that mean I have to use their Javascript SDK instead of Facebook C# SDK that I'm using now? – Bing Zhao Phua Mar 25 '11 at 4:22
I don't believe so, some quick googling I found this: facebooksdk.codeplex.com/… – Brian Roach Mar 25 '11 at 4:32

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.