页面上的 FLinq
我通常使用 C#,但也能理解其他语言。
我正在尝试检索喜欢我的 Facebook 页面的人员列表
我是管理员。
那么最简单的方法是什么?
请记住,我倾向于使用 C# 作为编程语言......
I normally work on C# but could understand other languages.
I'm pretty much trying to retrieve the list of people that LIKE my Facebook Page
where I am an Admin.
So what is the easiest way to do so ?
Remember I tend to use C# as the programming language...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
简而言之,请阅读 Jonathan Dean 的答案 如何列出喜欢某个页面或感兴趣的 facebook 用户
但是学习 facebook API 是拓展视野的好方法。
注册 Facebook 成为开发者。
下载并运行一些示例应用程序
http://facebooksdk.codeplex.com/documentation
习惯使用新的图形 API脸书的工具。
https://developers.facebook.com/tools/explorer
学习 FQL以及如何通过新的图形 API 运行它。
In short, read the answer from Jonathan Dean at How to list facebook users who like a page or interest
But learning the facebook API is a good way to expand your horizons.
Register with facebook to become a developer.
Download and get some of the sample apps running from
http://facebooksdk.codeplex.com/documentation
Get used to the new graph API using facebook's tool.
https://developers.facebook.com/tools/explorer
Study up on FQL and how to run it thru the new graph API.