TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Cool Things You Can Do with the Facebook Graph API

40 点作者 sdaityari大约 11 年前

5 条评论

smalu大约 11 年前
<p><pre><code> GET &#x2F;{user-id}&#x2F;likes&#x2F;{page-id} </code></pre> may produce false-negative if user has weird privacy policy. Using signed request (tab applications) is only safe way to check if user is fan of a fanpage.
patja大约 11 年前
Pretty sure the second example is a violation of Facebook policy prohibiting pre-filled or app-generated content in the message parameter content. Yes, you can get the user to fill in the message content in a text box and use it, but I suspect using the same content to post many comments via an app will trip an alert on the banhammer.
评论 #7709184 未加载
goblin89大约 11 年前
Facebook&#x27;s API is extensive. You can use FB as part of content management system—say, staff posts events, updates, photos onto Facebook page, and you periodically pull it all, cache, and display content (possibly with interactions) consistently with the rest of your website.
评论 #7709185 未加载
AznHisoka大约 11 年前
1) Use Graph API to scrape all users who have interacted with a brand. liked, commented, etc. 2) Target ads directly to those users 3) ???? 4) Profit!
Kiro大约 11 年前
Those &quot;like&quot; contests violate the Facebook terms and will get your page banned.
评论 #7703423 未加载