简体   繁体   中英

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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