fixed title

fixed answer

Hi, the APIs we are using to show the Facebook posts are native iOS APIs, which differ from Facebook APIs. We are only exposing what is available in the native iOS SDK.

For the SocialTest using _facebook, you would need to create a Facebook app on the Facebook developer page, and then copy the Facebook app ID into SocialTest.cs. At the top, there is a TODO. You also need to make sure your app’s bundle ID matches what you put in your Facebook app.

Hope this helps.