Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I tested your both urls and none of them seems to work:<br> for the first one:<br> An error occurred with Likes! Please try again later.</p> <p>and loop in the same page for the second one. But if I stop the page and click that like button I got authorization pop up.</p> <p>Probably you are experiencing about parsing <code>signed_request</code> and maybe if you are redirecting first users to authentication page about redirecting and getting back him and again <code>signed_request</code> </p> <p>You may check also your javascript codes or server side codes for redirection from myapp.com to apps.facebook.com/myapp</p> <p>Finally have very detailed logging system as you are starting up a facebook app, and even check exceptions hits logs</p> <p>good luck</p> <p>Edit:</p> <p>Here are more work for the first case: </p> <p>This is url in address bar <a href="https://www.facebook.com/connect/uiserver.php?app_id=214113781988679&amp;method=permissions.request&amp;redirect_uri=https://apps.facebook.com/214113781988679/&amp;response_type=none&amp;display=page&amp;perms=offline_access,user_likes,friends_likes&amp;auth_referral=1" rel="nofollow">https://www.facebook.com/connect/uiserver.php?app_id=214113781988679&amp;method=permissions.request&amp;redirect_uri=https://apps.facebook.com/214113781988679/&amp;response_type=none&amp;display=page&amp;perms=offline_access,user_likes,friends_likes&amp;auth_referral=1</a></p> <p>whose parts are:</p> <p><a href="https://www.facebook.com/connect/uiserver.php?app_id=214113781988679" rel="nofollow">https://www.facebook.com/connect/uiserver.php?app_id=214113781988679</a><br> method=permissions.request<br> <strong>redirect_uri=https://apps.facebook.com/214113781988679/</strong><br> response_type=none<br> display=page<br> perms=offline_access,user_likes,friends_likes<br> auth_referral=1 </p> <p>and redirect_uri should be like <strong>https://apps.facebook.com/myapp/</strong><br> but I am not sure it is the case for connect </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload