在我的应用程序中获取特定用户喜欢的 URL 的最佳 FQL 查询是什么
正如我在标题中所述,我正在寻找一种方法来检索当前用户在我的应用程序中喜欢的 URL 列表。
我的每个应用程序网页都使用OGP并具有app_id,因此页面的URL应该与我的应用程序相关。我的想法是使用子查询获取网页的 URL 或对象 ID 列表,然后从列表中获取用户喜欢的 URL。或者可能有一些更聪明的方法来解决这个问题......
有什么解决方案吗?
谢谢。
As I described in title, I'm looking for the way to retrieve a list of URLs that a current user likes within my application.
Each of my application web page uses OGP and has app_id, so page's URL should be related to my application. What I have in my mind is to get a list of URLs or object ids of my web pages with a subquery and then get the URLs that a user likes from the list. Or there might be some smarter ways to solve this...
Any solution for this?
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不幸的是,对此没有解决方案。即使在您自己的网站/应用程序的 URL 上,您也无法了解谁喜欢了哪些内容。
许多开发人员一直在寻找这样的功能,但目前还没有解决方案。 Facebook 提供的唯一信息是 URL 上的点赞数。
干杯,
-鲁兹贝
Unfortunately, there is no solution for this. You can't get access to who has liked what even on the URLs from your own site/app.
Tons of developers have been looking for such a feature, but there's no solution as of yet. The only thing facebook makes available is the number of likes on URLs.
Cheers,
-Roozbeh