I need any source code by which I can follow an account using MGTwitterEngine. It should be for iOS and please tell me if I can follow an account using oAuth or not.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It is possible using the POST “friendships/create” method:
https://dev.twitter.com/docs/api/1/post/friendships/create
Have you got the MGTwitterEngine authenticated and have a init’ed version of the _engine or do you need code for this?
If you have once authenticated you simply need to call the on the MGTwitterEngine:
…to create a friendship.
Cheers
-JM