How to get user interests?

This is not a duplicate. How can I get my friend's interests via facebook api? . Permission user_interests(for access /me/interests) is useless (if not outdated) a Facebook function that almost never returns any data.

Instead, I mean the data collected by Facebook on this page:

enter image description here

These are all users who are grouped by categories, such as "Music", "Books", "TV shows", etc. Typically, users can access through /me/likes. However, the last query returns a fairly bright array of categories .

Is there a way to make users like to categorize into the same general categories as Facebook?

+5
2

https://developers.facebook.com/docs/reference/api/user/:

:

books: , .

: , " " .

movies: , .

music: , .

: , .


favorite_athletes favorite_teams . , - , , "" / .

+4

API :

'Books' => array('Fictional Character', 'Writer', 'Book', 'Author', 'Book Store', 'Library', 'Magazine'),
'Films' => array('Actor/Director', 'Movie', 'Producer', 'Studio', 'Movie Theater', 'TV/Movie Award', 'Fictional Character', 'Movies/Music'),
[..]

, "Writer" "Book", "".

, Facebook , ..

0

All Articles