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.

So here is the deal: I am working on a web app that includes a Facebook Connect option, but that's not the only way to sign up or log in.

I have a button to share the page you're on. It opens a Feed Dialog to publish the link to the user's feed. At no point in this process is the user being asked to authorize my application, which is correct.

But then if I go back to Facebook and click on the link, it asks the user to authorize my application. I don't want that. How does one make that stop?

share|improve this question

1 Answer

up vote 1 down vote accepted

Turn off authenticated referrals in your app settings

share|improve this answer
1  
Seems so obvious now! (A co-worker had set this, and I didn't know about it.) – Joel Wietelmann Apr 27 '12 at 17:15

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.