Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have an application i.e apps.facebook.com/myappnamegoeshere/

Its canvas URL is i.e subdomain.mysite.com

When Facebook wants to authenticate me it returns my canvas URL, but it addssomething like this to my URL:

subdomain.mysite.com/amegoeshere/?authtoken=bla bla...

My page gives 404 error, naturally.

Does anyone know how to fix this?

share|improve this question
so you need it to be: subdomain.mysite.com/?authtoken=bla bla... ? what is your app settings? – ifaour Jan 11 '11 at 14:56
same problem with my aplication... it redirecting me to absolute URL of my application. In mozilla works fine, but in chrome not remain on the page (apps.facebook.com/example), it going to www.mysite.com/example/ .... :( – user618642 Feb 18 '11 at 14:25

1 Answer

Make sure your facebook application settings are correct and the canvas call back url is what you want it to be.

-Roozbeh

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.