简体   繁体   中英

Fetch Facebook logged-in user's Interest using Facebook iOS SDK API v2.4

I am using Facebook SDK API v2.4 and trying to fetch user's interest.

From version change log in Facebook, I saw that "user_interests" permission as well "/v2.3/{user_id}/interests" is deprecated.

I didn't saw any exact replacement for the same.

In my app, I was using "user_interest" permission earlier but as I am using new Facebook SDK now, I am unable to use it.

Also I have been suggested to use get user likes but I saw that is something different.

Is there any way to get user interests using new Facebook api version?

Yes I do agree. But, what I am trying to get is user interests from this section(see below):

在此处输入图片说明

And as per the change log document here this process is deprecated.

See below:

在此处输入图片说明

它只是一组用户喜欢的页面,您可以改为获得用户/喜欢: https : //developers.facebook.com/docs/graph-api/reference/user/likes

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM