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 a website and want to know if I need to ask for permission from my users to post to their Facebook profile when they sign up ... or can I do this down the line when they share something with their Facebook account?

share|improve this question
3  
You can ask for additional permissions at any time, you just have to call the Auth dialog with the according scope parameter again. – CBroe Nov 20 '12 at 19:12
Thanks! Follow up question...the permission is to auto post to Facebook. So if my users want to turn the setting off, is the best thing to do to create a setting for it in my own site? – user1839881 Nov 20 '12 at 19:41
You can check permissions a user did grant to your application by a Graph API call to /me/permissions – Quentin Harnay Nov 21 '12 at 10:10

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.