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 tried all options even if search so many apis couldn't find any answer..i checked the facebook http://developers.facebook.com/docs/authentication/#requesting-extended-permissions there i have to set up parameter in scope but found that so many people complained that they are still getting the error or facebook shut that down for api access..

facebook permisions:http://developers.facebook.com/docs/reference/api/user/

Can anyone step in to help us?

share|improve this question

1 Answer

I had same problem. Though it is very late for answering question, it will help somebody. That's why answering this question. Try this fql query.

dynamic friends = fbApp.Query("SELECT uid, name, pic_square, work_history,
 education_history, current_location, profile_url, email FROM user WHERE uid  = me()");

This gives all user info with work history and education history.

share|improve this answer

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.