iceman_w
iceman_w

Reputation: 173

Get only a particular attribute Graph API

I want to get only like count and not like data, can it be done using fields=like_count or something?

Upvotes: 0

Views: 81

Answers (1)

Venu
Venu

Reputation: 7289

Yes, you can use fields to get only those properties. check this, some fields are fixed for some objects.

If you use fql, use . operator eg:

user.email

Upvotes: 1

Related Questions