When I open FBSession (FB SDK 3.0), I get this error:
FBSession: No AppID provided; either pass an AppID to init, or add a string valued key with the appropriate id named FacebookAppID to the bundle *.plist
I know that I can add a value for FacebookAppID to .plist, but which method should I use to start FBSession using AppId? I tried using [FBSession setDefaultAppID], but that doesn't look like this.
source share