How to integrate Twitter?

How to integrate twitter to my iphone application

  • i need to integrate Twitter to my iPhone application. I have tried many 3rd party SDks, but non worked since i have enabled ARC to my project. 1.) So i need to know if there's a Native Twitter API which will be owned by Twitter it self ? 2.) I have tried sharekit, but may i know if there's other 3rd party APIs that i could use to integrate twitter for my application. note: It should work for both iOS 4.3 and above. Also do not say this question is duplicated (i have looked at other questions but didn't find a solution to my problem yet) :) i have already looked at https://dev.twitter.com/docs/twitter-libraries#objectivec.

  • Answer:

    If you are using sharekit, be sure to be using sharekit 2.0, it has compatibility with iOS 5. I recommend you ShareKit because it has a lot of other functionalities that may be useful for you, if you change your mind and give sharekit a second chance, just ask me and I will try to help you. Also, if you have the ARC activated, I think your application won't have compatibility with iOS 4.3, so think about it. In case you insist in using ARC with 3rd party SDKs, just remove all the "retain", "release" and other expressions that are not allowed with it. XCode will tell you which expressions are not available with ARC.

Illep at Stack Overflow Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.