Bryan Bryce
Bryan Bryce

Reputation: 1379

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

Is it possible to get Tweets/Facebook posts using the iOS Social Framework without using Facebook or Twitter accounts?

Upvotes: 0

Views: 126

Answers (1)

alex_z1
alex_z1

Reputation: 11

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.

Upvotes: 1

Related Questions