Search code examples
ios6sharekit

Sharing text with twitter


I am using sharekit SDK for twitter and facebook sharing. It seemed to be working fine, so we delivered the product. Now, we found a problem like There was a problem to accessing Twitter while the Facebook sharing works fine.

I have searched and found this link and Twitter Integration issue using sharekit in ios?

I set the callback to my app's website. Now I am redirecting to the website after login to the twitter through app. I don't know how to pass an oauth_callback value to oauth/request_token.

Does anyone know how to solve this issue?


Solution

  • https://github.com/ShareKit/ShareKit/pull/692/files Try this link.I hope it will help you