This Forum has been archived there is no more new posts or threads ... use this link to report any abusive content
==> Report abusive content in this page <==
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Facebook Canvas App Keeps Refreshing?
12-16-2012, 08:00 PM
Post: #1
Facebook Canvas App Keeps Refreshing?
Hi,

I am having a problem with a Facebook app.

I am following the Facebook Developer tutorial and am using the following code.

http://developers.facebook.com/docs/apps.../tutorial/

<?php

$app_id = "MY_APP_ID";

$canvas_page = "MY_APP_CANVASURL";

$auth_url = "http://www.facebook.com/dialog/oauth?client_id="
. $app_id . "&scope=email, user_about_me, publish_stream, publish_actions, manage_notifications&redirect_uri=" . urlencode($canvas_page);

$signed_request = $_REQUEST["signed_request"];

list($encoded_sig, $payload) = explode('.', $signed_request, 2);

$data = json_decode(base64_decode(strtr($payload, '-_', '+/')), true);

if (empty($data["user_id"])) {
echo("<script> top.location.href='" . $auth_url . "'</script>");
} else {
echo ("Welcome User: " . $data["user_id"]);
}
?>

When I access the app it all works fine until after I allow permissions. When the app redirects it keeps redirecting with a new code each time.

I have to manually leave the app and open it again. Has anyone else encountered this and most importantly can anyone else help me fix this issue?

Many thanks
@Yuuuup - Thanks but I have already tried doing that and it still does it.

Ads

Find all posts by this user
Quote this message in a reply
12-16-2012, 08:08 PM
Post: #2
 
Instructions

1
Log-in to your Facebook account.

2
Click "Account," followed by "Privacy Settings."

3
Locate the "Applications" subheading and click "Edit your settings."

4
Click "Edit Settings" beside the game you wish to reset, followed by "Remove Application."

5
Click the search bar at the very top of the page. Type in the application name and click it when the result appears on your screen.

6
Click "Allow" when asked to install the application. This re-installation resets your information and the game itself

Ads

Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)