Jump to content

Facebook php API login check.


ckrudelux

Recommended Posts

I was wondering if anyone know how facebook does the login check by only using php from a different server as they do in there php api. Searching google is not the best offer cause I just get result about how to use the api :/

Link to comment
Share on other sites

they use open auth. you may like to check this linkhttp://en.wikipedia.org/wiki/OAuthhttp://oauth.net/

Link to comment
Share on other sites

When their browser sends a request to the Facebook API it should include their Facebook authentication cookie which tells Facebook who they are. You don't need to send that data, in fact you don't even have access to that cookie.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...