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.

In the facebook login dialog, when users have to authorize the app, it shows something like "1 friend and 6 other people are using this app."

Id like to not show that information on that screen, is that even possible?

share|improve this question
possible duplicate of is there a way to NOT show friends using an app in the auth dialog? – Igy Nov 19 '12 at 23:20
Cheers, didnt find it. – Merijn Vis Nov 20 '12 at 7:45

1 Answer

Given that there are no documented parameters for that, neither in the FB.login() call nor in the FB.init() call nor in the Login URL, I don't think it's possible.

share|improve this answer
Indeed. I am however using the PHP SDK, not the javascript SDK. But there is hardly any documentation for the PHP SDK, most links to sites are no longer alive. – Merijn Vis Nov 20 '12 at 0:46

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.