I’m trying getting data of the column tv of the user table using the following code:
https://graph.facebook.com/me/?fields=tv&access_token=ACCESS_TOKEN_HERE&format=json
Result is:
"message": "Unknown fields: tv"
Other fields such as: movie,music,books, etc running OK.
what is wrong?
tvis its name in theuserFQL table, while in the graph API the connection is calledtelevision(live example):