views:

38

answers:

2

What are (open source) libraries for iPhone that allow your user to interact with popular websites?

Twitter, Facebook, Myspace, Ebay etc...

Please post as much of the following as you can:

  • the name of the website that the library is used to interact with
  • the name of the library
  • the author's name
  • a link or download information
  • the license type

Also, please try to follow my answer's layout for the sake of uniformity and easy of reading.

+1  A: 

There are two Objective-C API wrappers for the Stack Exchange websites.

They allow you to pull live information from any of the sites currently supporting the API. (Stack Overflow, Server Fault, Super User, Meta, StackApps)

You can find all necessary information regarding the APIs through the link.

jjnguy
+1  A: 

Connects to: Twitter

Name: MGTwitterEngine

Author: Matt Gemmel

Download: Github or CocoaSourceCode.com

License: "Matt Gemmell / Instinctive Code Source Code License" (Custom, it's included in the download, read it.)

Moshe
I've been having issues in iOS4 with this library. Has anyone else seen this?
Moshe