获取Facebook页面喜欢所有在一起在c# [英] Get Facebook Page Likes all at once in c#

查看:137
本文介绍了获取Facebook页面喜欢所有在一起在c#的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想让所有粉丝们喜欢我的Facebook页面的基本数据。我已向此网址发布请求( https:// www。 facebook.com/plugins/fan.php?connections=100&id=XXXXXXXXX ),我随时随时获得响应为100位粉丝。我一次需要所有的粉丝,或者一次需要100个独特的成员,但不是随机的。有机会一次获得所有53k的球迷。我们可以为此使用Graph API。请帮帮我。
谢谢,
Neer。

解决方案

可惜的是,您无法访问53,000粉丝通过Graph API(不通过FQL)。



Facebook阻止此列表被访问,以阻止将粉丝数据传送给第三方公司(并作为防止竞争的微妙方式)的目标广告)。



但是,使用Like按钮插件端点网址( https://www.facebook.com/plugins/fan.php?connections=100&id=XXXXXX ),您可以解析HTML并保存新的出现在那里,每X秒重复一次呼叫到端点。只要小心,因为这是真的不允许在Facebook TOS,你可以被禁止(甚至得到法律投诉)通过实施。



干杯!


I want to get all fans basic data who likes my Facebook page. I have post a request to this URL(https://www.facebook.com/plugins/fan.php?connections=100&id=XXXXXXXXX) and i am getting response as 100 fans at a time randomly. I need all the fans at once or else 100 unique members at a time but not random. Is there any chance to get all 53k fans at a time. Can we use Graph API for this. Please help me. Thanks, Neer.

解决方案

Sadly, there's no way you can access the list of your 53,000 fans through Graph API (neither via FQL).

Facebook prevents this list to be accessed to discourage selling fans data to 3rd party companies (and as a subtle way to prevent competition of targeted ads).

However, with the Like button plugin endpoint URL (https://www.facebook.com/plugins/fan.php?connections=100&id=XXXXXX) you can parse the HTML and saving the new ones appearing there, iterating a call to the endpoint every X seconds. Just be careful as this is really not allowed on Facebook TOS and you can be banned (or even get a legal complaint) by implementing that.

Cheers!

这篇关于获取Facebook页面喜欢所有在一起在c#的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆