Edit: I found the solution here: Using app access token in IOS
Hi,
I read in this thread: Facebook API without client authentication for public content that it is possible to make facebook api graph requests without the need to log in as a user. I tried getting the app access token with a NSURLConnection request, but from there I don't know what to do.
How do I get the NSData response into the right format for the token (which is what, a NSString?)?
And how do I send a facebook graph request with the aquired token?
Or is there a simpler way to receive public posts from a facebook wall without the need to login as a user?
Greetings Michael