If a website uses Facebook Connect, it seems like the new Facebook Graph API way of logging in is
that it will give an fbs___appID___
as a cookie, with access_token
inside, and there are also the expires
, session_key
, and sig
.
Why is a session_key
and sig
needed? Isn't the access_token by itself enough? Is the session_key
suppose to live longer than the access_token
?
How does that compare to the old Facebook REST method, which has the auth_token
and the 2378942398472398473_session_key
and 2378942398472398473_ss
?