Cocoa Nub
Cocoa Nub

Reputation: 499

ASI HTTP OAuth 2 Authentication

I've been trying to find a good solution for authenticating a user with OAuth 2.0 using the ASI HTTP library. I'm coming up a bit short. Does anyone know of a library that adds this to ASI HTTP? I found one that only works with OAuth 1.0, and another that adds methods to the request for OAuth, but none that handle logging in etc.

Thanks so much for any insight.

Upvotes: 1

Views: 435

Answers (1)

Dima
Dima

Reputation: 23634

I see a few implementations floating around. The question has also been asked here. This set of classes seems to add support.

I actually recommend switching over to something like AFNetworking since ASIHTTPRequest is no longer updated/supported. If you do that, there is an official extension to do what you're asking here.

Upvotes: 1

Related Questions