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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How are platforms like Buffer and Hootsuite allowed to exist?

13 点作者 cloudyporpoise将近 3 年前
Companies like Meta and LinkedIn have taken a harsh stance against programmatic access, and scraping of their platforms. How is it that these companies like Buffer and Hootsuite can exist when it seems that what they do is directly a violation of the terms of use. For instance if I were to create a program to schedule my social media posts for some point in the future, wouldn't I be at risk for Instagram disabling my account?

6 条评论

dinwal将近 3 年前
I run RecurPost, a fast growing social media scheduler and hence I know a thing or two about this.<p>We had to go through their approval process to be able to schedule things on your behalf. Any platform that does not ask for your username and password is legit and has been approved by Meta or Twitter etc. Some platforms ask you to install a chrome plugin to connect your account, those are not legit.
boolean将近 3 年前
Terms and Conditions only apply to small players. Larger players like Hootsuite, Sprout Social, and Hubspot have dedicated teams&#x2F;people working on partnerships with Meta, Twitter, and LinkedIn. Your standard API limitations don&#x27;t apply to them.
altdataseller将近 3 年前
Buffer has API access to FB, Twitter and Linkedin so no scraping is involved.<p>I believe they dont have API access to Instagram and just send you a reminder to post something when you schedule it. Kinda lame
NoMAD76将近 3 年前
Well, sadly you will get banned because you dont bring $ into &quot;the network&quot;.
评论 #32407882 未加载
rafaeltorres将近 3 年前
Meta provides direct API access for publishing content to Facebook pages [0] and, more recently, to Instagram accounts [1]. Any third party company can apply for access and use these apis as long as they comply with Meta&#x27;s terms of service and data security requirements, which have become stricter in the last few years (for each individual api permission you must submit documentation and evidence of how your app will use the permissions, and must provide a way for Facebook to log in to your app and test the functionality).<p>LinkedIn provides similar access, as well as Twitter, and other social networks.<p>There are literally hundreds of companies that provide functionality similar to Buffer and Hootsuite, including scheduling for future publishing which is not forbidden at all. (Source: I run one of these services.)<p>The confusion may arise because until 2021 it wasn&#x27;t possible to publish directly to Instagram. Before that only some big players like Hootsuite and Buffer had direct access to the publishing api, and some less than reputable companies used unsanctioned hacks to schedule Instagram content. But in 2021 Instagram opened their publishing api to other third party apps.<p>[0] <a href="https:&#x2F;&#x2F;developers.facebook.com&#x2F;docs&#x2F;pages&#x2F;publishing&#x2F;" rel="nofollow">https:&#x2F;&#x2F;developers.facebook.com&#x2F;docs&#x2F;pages&#x2F;publishing&#x2F;</a><p>[1] <a href="https:&#x2F;&#x2F;developers.facebook.com&#x2F;docs&#x2F;instagram-api&#x2F;guides&#x2F;content-publishing&#x2F;" rel="nofollow">https:&#x2F;&#x2F;developers.facebook.com&#x2F;docs&#x2F;instagram-api&#x2F;guides&#x2F;co...</a>
cloudyporpoise将近 3 年前
Thanks everyone for the informative replies. So it sounds like if I wanted to get serious about any app that may use their services, the way to do it is to try and establish a partnership.