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

135 Views Asked by At

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

1

There are 1 best solutions below

1
On

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.