Geoff Liddiard

Results 3 comments of Geoff Liddiard

@serraventura You need to replace fanPageId with a Facebook App ID on this line: ``` FacebookProvider.init(FanPageConfig.fanPageId); //myfanpageapp ``` create one here [https://developers.facebook.com/apps](https://developers.facebook.com/apps)

@serraventura to use the Facebook SDK, you need to initialise it with an APP ID e.g: ``` FacebookProvider.init("YOUR_APP_ID"); ``` then you can make API requests to any public endpoint via...

@alexkiri thanks - updating cordova-ios to version 5.0.0 also resolved a similar issue I was experiencing which led me here...