Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 346 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 346 Bytes

asi-http-request-oauth2

Very simple, to show how one signs requests with the illusive OAuth2. Works well when authenticating using LROAuth2Client.

To use simply call -

  ASIHTTPRequest * request = [[ASIHTTPRequest alloc] initWithURL:url];
  
  [request signRequestWithAccessToken:accessToken];

Done.