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'm having a little problem when facebook redirect to my homepage from facebook page and from facebook oauth

For example, when I set the callback url in facebook application to be http://www.company.com/oauth/callback when user authorize my application everything works fine.

But when my app posted something on user's wall it shows the app icon nicely "http://www.company.com" However, when someone clicks on that icon it goes to http://www.company.com/oauth/callback" which causes error on my website because that redirect url doesn't have "code" parameter. How do I separate the callback url and application homepage in facebook?

Thanks a lot.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.