I did not think I was asking such a question, but I simply have no choice. Before asking about this, I started searching and searching and trying to implement twitter with MGTwitterEngine , and I already spent a huge amount of time, so I need advice from people who have already worked on Twitter in iOS applications. I believe this is the right question for SO.
Ok, all I need is to give the user the ability to simply tweet from my application. It looked very simple, but actually:
1) The social structure provided by Apple does not suit me, because before publishing to Twitter, the user must already be signed in to his Twitter account in the settings.
2) Using MGTwitterEngine and SA_OauthTwitterEngine so incredibly difficult! I spent all day doing authorization and tweets, and this is not what I need, because this function works on one device (on other devices that I cannot allow for the application), and even on this device it works just awfully If I do not get an appropriate answer to this question, I will probably be forced to spend a whole week to get it to work (or not to work), I have no other choice.
So my question is: is there any other easy way to integrate Twitter into an iOS app? How did you do this?
source share