double callback url
abqaria - July 27, 2007 - 12:26
| Project: | Facebook - Auth |
| Version: | 5.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
on one computer the facebook application works fine
however my other computer the application do not work
try it http://www.i-bloggers.com/user/login
when you click to login with your facebook account
the callback url in the address bar appears double
and my site gives the "page not found error"
although it works on other computers
thanks

#1
I can't figure out what the bug is.
I tried it, it worked fine, i got no other reports of this, and I can't reproduce it..
If you can figure out how to reliably reproduce it let me know.
#2
i get continuously rejected by facebook and they send me this email
"Hi Ahmed,
Thanks for your submission of "Independent Bloggers" to the Facebook
Platform's Product Directory. We have reviewed your application, and
unfortunately cannot yet add it to the directory because it has a broken
link (be sure that it starts with http://). Please fix this problem and
resubmit the application.
Thanks!
The Facebook Platform Team"
can u explain why
thanks
the url is
http://www.i-bloggers.com/facebook_login
#3
again, no i can't tell you why.
Posting the same message over and over again doesn't help in any way.
Since you haven't provided any information other than the link to your site, which as far as I can see is changed from the documentation (mine says /facebook), so it leads me to believe its your code changes not the original code.
So until you provide more information.. well any information, I'm closing this bug.
#4
I'm keep this closed, since you havn't been able to provide any info.
I have found though, if you don't have a / at the end of your url, it can easily break. Especially if you do not have cleanurls enabled.
#5
I am seeing this precise issue and would love to be able to hand you all the info you need, if I don't find the source of the problem myself.
My login block (at experiment.com) now has a link to Facebook for auth purposes. It links to...
http://www.experiment.com/facebook?destination=node
When the user goes there, they get sent back to me, but to ...
http://experiment.com/http://www.experiment.com/facebook?destination=nod...
notice the double hostname, which is what I'm assuming the original issue reporter saw. I've tried with and without the trailing / on the callback URL, but no difference... well.. if I remove the / it goes to ...
http://experiment.comhttp://www.experiment.com/facebook?destination=node...
... instead. (note the dutifully missing slash).
I'll dig some more.
#6
Weird.
This problem appears to have just fixed itself.
Don't you hate it when that happens?
I'll report back further if I learn more, but closing for now.
#7
I hope I'm not speaking out of turn, but I have noticed this happens on my site, if the callback URL is not the same as the starting point url.
For example, if I start at my site http://mysite.com and the call back url is set to http://www.mysite.com (notice the "www"), I will experience this "double url" when facebook tries to send me back to mysite.
This module is awsome, much thanks!!!