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 bit of problem with the Facebook API (3.0). I read a lot of questions regarding this matter before coming here to ask my own. Most people settle for "just ask separately for read/write permissions" but I do not want that at all.

I would like to - not using the facebookLoginButton - login and at the sime time ask for permission (*publish_stream*). I know this is possible because several apps do it, like Instagram for example.

Can anyone please show me how? I've been trying to find this information for a while but nothing seems to work.

share|improve this question
Which permissions? Read or publish? – Joachim Isaksson Mar 11 at 17:28
I'd like to ask aditional permissions - for now publish_stream. – Devel Axis Mar 11 at 17:29
I suspect you may need to downgrade your SDK for that; Note: In the new SDK (3.0), you may ask only for read permissions when you first open a session. You should not prompt your user for publish permissions until the time at which they are actually publishing an action to Facebook. . – Joachim Isaksson Mar 11 at 17:30
@JoachimIsaksson Right, but why can other apps do it? Like mentioned Instagram does it, but there are others out there... – Devel Axis Mar 11 at 17:41
Do they actually use the 3.0 SDK or an earlier version that didn't have that restriction? – Joachim Isaksson Mar 11 at 18:03
show 2 more comments

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.