tags:

views:

20

answers:

1

Hello,

Is it possible to get user's data such as "relationship_status", "interested_in", "political" etc. because all I'm getting is just basic info: id, name, last_name, gender, locale... Or maybe this isn't possible?

Thank you.

+1  A: 

You will need to request extended permissions to access those fields.

List of available permissions

serg
As I understand in order to get this information user has to make his/her details public OR I need him to login. So can't I do this without user logging-in?
bah
@bah without a user giving you permissions - no. But if a user gave you permissions once + you requested `offline_access` permission then you can access this info any time without user being currently logged in to your app.
serg