Unable to retrieve user info through facebook api or FQL?

You can not do this because of privacy settings of the other users and the restrictions of facebook.

The point I'm trying to make is that the privacy settings were such that any user in facebook could read that person's education/work info(after logging in to facebook, I could read it and I was not that person's friend). Me, as a user logged into facebook, can read that info. But me, as an application, is not able to read that info.

This is what the problem is all about... And before you ask me to request permissions from that user, read my comments to the previous answer. – Ninja Dec 19 '10 at 6:44 1 All API calls and data availability are subject to specific application permissions, given by a user. If a user (a member of your group) does not authorize your application to get information about himself, your application will get empty results.

You see this information on facebook, because they have this permission of the user. Again, there is no way to claim data you are not allowed to get. – Mike Bretz Dec 19 '10 at 12:31.

You need to request user_education_history and friends_education_history permitions before you read any education info. Look at example from Facebook.

No, these permissions will only enable me to read the logged in user's and his friends education_history. As I've mentioned in my question, the people in the group are not friends with the logged in user. So, these permissions don't solve the problem.It is like this- the user selects a particular public group and the app shows the education history of all members of the group.

How do I do this? – Ninja Dec 11 '10 at 18:36.

If this user not allow to read his info to others, You will not able to read his info anyway. If he shares own info to everyone, the permissions Lex wrote whould be anougth to get this info, don't matter logged he or not, friend or not. In case of application, when user add it on his page, he gives also the permissions to application to read his general info, so you can get application access_token with nessesary permissions and read any info you need about your application members.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions