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.

Is it possible to get Shared status with friends with an App_Token?

I'm trying to get them but i'm only getting the public ones. I already gave permissions to get user_status, friends_status, user_about_me, publish_stream and read_stream.

share|improve this question

1 Answer

up vote 1 down vote accepted

No, an app access token can only access public data - to access a user's private data you need to use a user access token from that user (or one of their friends which is able to see the content)

share|improve this answer
Thanks for the answer mate! So i have to use the extended access_token? – Elkas Oct 8 '12 at 17:56

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.