简体   繁体   English

通过iOS社交框架无需帐户即可读取Twitter / Facebook信息

[英]Reading Twitter/Facebook information without Accounts via the iOS Social Framework

是否可以在不使用Facebook或Twitter帐户的情况下使用iOS社交框架获取Tweets / Facebook帖子?

Not possible to query data without active account. 没有活动帐户,无法查询数据。 You can create new SLRequest, even set its parameters with valid FB access token but you will still need to associate the request with valid, accessible account. 您可以创建新的SLRequest,甚至使用有效的FB访问令牌设置其参数,但仍需要将请求与有效的可访问帐户关联。

See the example of the possible request here 请参阅此处的可能请求示例

For FB queries, You can use the FB SDK to perform the queries without active user login using access token generated for your facebook app, I can explain more about it if needed. 对于FB查询,您可以使用FB SDK来执行查询,而无需使用为您的facebook应用程序生成的访问令牌进行有效的用户登录。如果需要,我可以详细说明。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM