ShareKit icon indicating copy to clipboard operation
ShareKit copied to clipboard

Twitter authentication

Open cloud0727 opened this issue 13 years ago • 2 comments

Hello

I have a twitter authentication problem.

It is not understood what How to display "Authorize XXX to use your account?(Connect your account?)" Screen. For example, like http://f.hatena.ne.jp/tomute/20100715003015

I call SHKActionSheet method , and I pushed "Twitter" button. When does so , UIAlertView written to be "No Twitter Accounts There are no Twitter accounts configured You can add or create a Twitter account in Settings." was displayed on the screen.

Please let me know Twitter Authorize Screen.

cloud0727 avatar Jul 27 '12 06:07 cloud0727

I read that twitter has changed thier api, from links below..!!

http://techcrunch.com/2012/08/27/twitter-api-changes-are-already-posing-challenges-to-tweetbot-developers/ http://techcrunch.com/2012/08/16/twitter-api-client-apps/

The code of sharekit is last commited 2 years ago. Facebook has some new features too. I am not aware of other networks hope this library works.

lalith-b avatar Sep 11 '12 06:09 lalith-b

I also realized now that Twitter API is changed. Default API was processing by the version of iOS having been set to 5. It succeeded, when changing forcePreIOS5TwitterAccess method!!

Thank you!!

cloud0727 avatar Sep 28 '12 01:09 cloud0727