页面上的 FLinq

发布于 2024-12-23 02:40:41 字数 126 浏览 1 评论 0原文

我通常使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

思念满溢 2024-12-30 02:40:41

简而言之,请阅读 Jonathan Dean 的答案 如何列出喜欢某个页面或感兴趣的 facebook 用户

但是学习 facebook API 是拓展视野的好方法。

  1. 注册 Facebook 成为开发者。

  2. 下载并运行一些示例应用程序
    http://facebooksdk.codeplex.com/documentation

  3. 习惯使用新的图形 API脸书的工具。
    https://developers.facebook.com/tools/explorer

  4. 学习 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.

  1. Register with facebook to become a developer.

  2. Download and get some of the sample apps running from
    http://facebooksdk.codeplex.com/documentation

  3. Get used to the new graph API using facebook's tool.
    https://developers.facebook.com/tools/explorer

  4. Study up on FQL and how to run it thru the new graph API.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文