setup CallbackURl of Twitter in Sharekit for iphone !
How can i avoid callbackURL in sharekit to post on twitter ? Any other way to implement 开发者_StackOverflow社区twitter sharing ?
You will have to mention a callback URL since it is mandatory in twitter. But it will be only a placeholder and completely ignored.
Its more explained in here: iOS: ShareKit >> Twitter Settings >> Callback URL --- What is it?
and the reason caused to have it is explained here: http://groups.google.com/group/twitter-api-announce/browse_frm/thread/2086c8c5a12242ec?hl=en
You can't avoid callbackURL. If you are using sharekit, the callbackURL will not be used. But its mandatory field. You can give URL of some search engine.
精彩评论