Can FQL be used to extract a list of all applicati

2019-07-18 04:01发布

Is it possible, using FQL, to find out which applications a user is using? I have looked at the stream and application tables and am able to get a bit of info from there, but only for updates posted the past 30 or so days. And it also gives me a lot of info that i do not need. So, is it somehow possible to get a list of app ID's, canvas names and descriptions of all (active published) applications a user has subscribed to?

2条回答
爷、活的狠高调
2楼-- · 2019-07-18 04:35

No, there isn't a good way to do this.

An app can check if it is installed by a particular user or by a user's friends, but not list all apps used by a user

查看更多
我只想做你的唯一
3楼-- · 2019-07-18 04:44

Sorry to disappoint but I think this is impossible.

Facebook applications have no way of accessing the users application list. Your application can however check details of other applications using the open graph, but there is no such query that will return a list of applications installed by a user. This is regardless of being authorized or not. There's no such feature available in Facebook's API.

Your application can of course check if it's installed by any User ID. This is good for checking if the users friends have also installed your application.

查看更多
登录 后发表回答