I tried to authorize my app in my flash game but unfortunately facebook opens a popup for it. Moreover, call back function is not called after authorization.
I am using the following code:
Facebook.init(APP_ID, handleLogin,
{cookie: true,
appId: APP_ID,
perms: "read_stream, publish_stream, user_about_me, read_friendlists, user_photos"});
I am searching it from the whole day but I am still unable to find any answer.
Please reply....