Authorization error in facebook aplication
Posted
by bhaskaragr29
on Stack Overflow
See other posts from Stack Overflow
or by bhaskaragr29
Published on 2010-05-09T12:23:12Z
Indexed on
2010/05/09
12:28 UTC
Read the original article
Hit count: 239
require_login($required_permissions = 'email,photo_upload'); $auth= $facebook->do_get_session($_GET['auth_token']); $facebook->set_user($s['uid'], $s['session_key'], $s['expires'], $s['secret']) ?>
when ever i tries to login into my app it just refreshed and refresh with wih different auth_tokens. please help
© Stack Overflow or respective owner