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.
Asked
Active
Viewed 1,907 times
0
-
which iOS will be the base? if you will set it to iOS 6 you can use the native sharers, if not you will need the facebook sdk or sharekit – jcesarmobile Nov 21 '12 at 11:08
-
base sdk is 6.0 and deployment target is 4.3 – Chandu Nov 21 '12 at 11:56
-
Also can u give me any links on how to use those native sharers you are talking about – Chandu Nov 21 '12 at 12:00
-
deployment target have to be >= 6.0 to use native facebook share, and >= 5.0 to use native twitter share – jcesarmobile Nov 21 '12 at 12:07
3 Answers
0
You cannot post in facebook using ShareKit, You can do this using FBConnect, check the below link

DD_
- 7,230
- 11
- 38
- 59
-
-
-
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

Dmitry Zheshinsky
- 559
- 2
- 10
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