Which OAuth library do you find works best for Objective-C/iPhone? -


I'm looking to switch to OAuth for my Twitter integration code and now countdown in less than 7 weeks See link) Oath is more important to jump on. I'm doing basic authentication which is very easy. Unfortunately, Oeth does not show anything, which I am alerting in a few hours.

So I am looking to use a library. I have put the following list together.

  • OAuthConsumer
  • I think MPOAuth is a good deal of testing code There are some great features but a big problem, it does not work. The sample iPhone project certifying with Twitter causes an error that other people have recognized and logged in as a bug.

    The final code change was March 11 and the bug was filed on March 30. It has been more than a month and this serious bug has not yet been decided. That's why I went to the MGTVitter engine.

    I pulled the source code and loaded it into Xcode. Immediately I think there are some dependencies and there is not a clear list of steps for achieving that dependence in the README file and integrating it with the project so that it can be successfully created. I see this as a sign that Project Prime Not enough mature for time. I also see that the project refers to 2 libraries for JSON, when one should be sufficient. There is a Touch Jason who worked well for me, so I have been discouraged from relying on my project for this project again.

    I came to know that MGTwitterEngine uses OAuthConsumer, one of many OAIT projects hosted by OAuth, Project on Google Code.

  • It seems that at first glance, OAuthConsumer is a good choice. It is hosted with other OAIT libraries and has some good documentation with it. I pulled the code down and it creates no errors, but there are many warnings in it and when I run a new build and analyze the feature in Xcode 3.2, I see 50 analyzer results. Many people are marked as potential memory leaks, which will probably cause instability in any app that uses this library.

    It seems that there is no clear winner and I have to go with something before the big Twitter out deadline. / P>

    Any suggestions?

    I have used bengalitib without any problem

    create + analysis only Finds a problem (in SA_OAuthTwitterController.m) and it is only a variable that is stored value during the initialization that is never read. I have not seen any leak in its use

    It was easy to implement and so far (there are two apps in the store, one-third using it) there is no problem.


    Comments