we trying to disable the automatic message box when we authenticate twitter on an Ios App. We click connect, once it’s authenticated, it opens up a message box. We just want to connect, thats it without the box. Anyone came across this?
we trying to disable the automatic message box when we authenticate twitter on an
Share
It is simple, just do not share, only authorize:
If you wish to get authorised user info (in the form of dictionary in NSUserDefaults), such as username run
for more info see ShareKit 2.0 FAQ
Mentioned behaviour is corresponding with pre iOS 5 implementation. If you use iOS 5 everything is handled by native iOS Twitter framework