Scribe ライブラリを使用して FacebookAPI を使い始めました。スコープ "read_stream,publish_stream,email,user_birthday,user_education_history,user_hometown,user_work_history,user_relationships,user_location,user_interests,user_hometown" でアクセス キーを生成し、人物検索アプリケーションを作成しようとしました。以下のURLで
https://graph.facebook.com/search?&fields=id,name,gender,locale,username,third_party_id,education,hometown,picture,email,location,work,link&q= &type=user&access_token=
ただし、メール、場所、作業フィールドは返されません。
FQL を使用してみましたが、ほとんどのフィールドが null として返されます。
ユーザーからすべてのアクセス権を取得した場合でも、これらのフィールドを取得するにはどうすればよいですか。