0

I have succesfully integrated Sharekit in my application.All I want is to post One image with a description of my app to facebook and twitter wall. I am able to get it in twitter but i am facing a problem with facebook.I am getting a page with saying The iOS bundle ID is missing from app's Facebook iOS settings.and i am struck there.the page also says you have already authorised App.press Okay to continue.and that Okay is directing to a blank page.

Chandu
  • 695
  • 2
  • 12
  • 25

3 Answers3

0

You cannot post in facebook using ShareKit, You can do this using FBConnect, check the below link

github sample code

DD_
  • 7,230
  • 11
  • 38
  • 59
  • Sharekit is under correction, for facebook, need to be reviewed – DD_ Nov 21 '12 at 10:49
  • so whats the use of facebook option in sharekit? – Chandu Nov 21 '12 at 11:08
  • hey, currently several issues are being reported about sharekit, it happens. because facebook keeps on changing APi frequently. You can do it yourselves using fbconnect, especially post text is simple one – DD_ Nov 21 '12 at 11:31
0

You need to re-register your App at developer.facebook.com And then, when you'll have generated appId, type it in shareKit settings file

0

You need to use an SLComposeViewController. Check out this tutorial: How to use inbuilt Facebook/Twitter API in iOS6.

runmad
  • 14,846
  • 9
  • 99
  • 140