issues
search
lauraskelton
/
hackerschoollog
To-do list and tracking of things I've done
3
stars
0
forks
source link
Write OAuth library for Objective-C
#6
Closed
lauraskelton
closed
10 years ago
lauraskelton
commented
10 years ago
Turn OAuth solution into a super lightweight, well-implemented library for Objective-C
(Use code already created in SecretHandshake app's authentication module)
lauraskelton
commented
10 years ago
Finished working implementation of OAuth component of the project.
Need to add request signing component of the project for using OAuth credentials / headers properly and responding to Unauthorized messages.
lauraskelton
commented
10 years ago
Finished complete working implementation of OAuth and API request signing handler.
Tested integration with simple Hacker School API
Added support for optional State and Scope parameters for more complicated OAuth APIs
Created a demo app using the Vimeo API