Active
Project:
Drupal for Facebook
Version:
7.x-3.3-beta4
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 May 2010 at 20:03 UTC
Updated:
21 Nov 2012 at 04:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
Dave Cohen commentedNothing we can do until facebook solves the problem.
http://github.com/facebook/php-sdk/issues#issue/82
Comment #2
Dave Cohen commentedAfter saving, go back to the application settings on facebook.com. Make sure the connect URL, canvas callback URL, and uninstall and authorize callbacks are set to just what appears in the error message.
Until this issue is solved, you have to take that step manually. Must be done the first time you save the app. After that, only if the values change.
Comment #3
Carlos Miranda Levy commentedI haven't looked more into it as I was able to enter the values manually.
But could it have something to do with the way PHP 5.3 handles arrays?
We have had to patch a bunch of modules to fix errors with arrays since upgrading to php 5.3.
Comment #4
Carlos Miranda Levy commentedTo make it easy for others, here is where you have to enter the values manually on your Facebook Application:
must be entered in
Authentication => Post-Remove Callback URL
must be entered in
Authentication => Post-Authorize Callback URL
must be entered in
Canvas => Canvas Callback URL
must be entered in
Connect => Connect Callback URL
Comment #5
Dave Cohen commentedThanks so much for taking the time to post that.
Comment #6
robert.oconnell commentedSubscribing
Comment #7
bonvga commentedsubscribe
Comment #8
brandonprry commentedI am subscribed as well. I followed Carlos' advice, and it partially worked for me, only when I auth, my page is constantly redirecting to itself and never actually logging in. Has anyone experienced this?
Comment #9
brandonprry commentedAfter more playing around, I realised I am being authed properly, it's just not redirecting properly for some reason. The initial problem still exists.
Comment #10
Carlos Miranda Levy commentedI just noticed that one of the lines in my examples above included a "test" in the url which is not part of the example, so I removed it.
Comment #11
ben2010-1 commented@Carlos Miranda Levy
Where do I make these changes, I am not sure where to set the url values. Please help -Ben
Comment #12
feelsys commentedOnly Deauthorize Callback URL been founded in my Facebook application under the authentication tab. Could you please let me know where I can find those fields that you mentioned above?