Twitter authentication
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.
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.
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!!