0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected 1 day ago.
Mar 28, 2023 — Mar 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changes for the latest draft spec. More... almost 12 years ago
Convert to ARC. More... almost 12 years ago
Remove submodlues More... almost 12 years ago
Remove the dependencies on ASIHTTPRequest and YAJL JSON. More... almost 12 years ago
Prefer objectForKey to valueForKey for dictionary access More... about 13 years ago
When refreshing the token, the expires at value should be updated from the new token. (Fixes #3) More... about 13 years ago
Make it possible to build using versions of iOS earlier than 4.0. More... over 13 years ago
ASIHTTPRequest was not included in the build targets More... over 13 years ago
Make sure all public headers are added to the framework More... over 13 years ago
Configure project so that it can be built as a combined device/simulator static framework. More... over 13 years ago
Removed YAJL submodule and replaced with a statically compiled library. More... over 13 years ago
Deprecation fix More... over 13 years ago
Fixed leak More... over 13 years ago
Handle gzip compressed responses More... over 13 years ago
Changed LROAuth2ClientDelegate to be a descendant of UIWebViewDelegate so it passes through delegate messages to the client delegate. More... over 13 years ago
Updated comments More... over 13 years ago
Added cancelURL. If the authorization redirects to the cancelURL, the delegate will be notified of the cancelation so it can properly handle the event. More... over 13 years ago
Switch to YAJL More... almost 14 years ago
Added link to demo project to README More... almost 14 years ago
Add support for passing in additional, non-standard params (like Facebook's "display" parameter). More... almost 14 years ago
Explicitly set the content-type header of the token/refresh POST requests to application/x-www-form-encoded as some providers expect this. Closes #1. More... almost 14 years ago
Added basic README More... almost 14 years ago
Access code response data may come back as a form encoded string rather than JSON. More... almost 14 years ago
Keep track of requests started by LROAuth2Client as we need to cancel them and remove the delegate if the client gets dealloced. More... almost 14 years ago
Remove the static library target for now. More... almost 14 years ago
This method should not be optional. More... almost 14 years ago
Added MIT license More... almost 14 years ago
Remove redundant pragma More... almost 14 years ago
Use a dictionary for specifying params More... almost 14 years ago
Fixed include More... almost 14 years ago