0

I'm trying to show information about certain facebook pages in an iOS app, and I know for a fact that it is not needed any authentication when using the graph api by HTTP but I can't find a way to do it with the iOS SDK. Is this possible or should I get it with the graph API??

rr1g0
  • 383
  • 4
  • 13

1 Answers1

0

You can use the Graph API with just an appid and a key, no Facebook SDK required. See this: Facebook API: Can I simply read posts from wall without loging in?

Community
  • 1
  • 1
Martin Koles
  • 5,177
  • 8
  • 39
  • 59