OAuth support in iOS
One of the hardest things to find in iOS is support for authentication methods like OAuth. While there are many solutions one of the best in my opinion is the RestKit framework. Why? For three reasons: The ability to call restful webservices using a client which parsers JSON and XML answers directly, through SSL or [...]
