Closed (fixed)
Project:
Http Client
Version:
6.x-2.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Jul 2011 at 18:50 UTC
Updated:
23 Sep 2011 at 07:30 UTC
Is there any documentation on how to write a REST client with IOAuth using the module? An example would be great.
Thanks
Comments
Comment #1
ronnbot commentedI have a function something like below to make oauth requests (implemented on D7 but should be similar):
Before being able to make oauth request, you'll need to do some stuff to get the access token.
Initiate oauth process by getting a request token and allowing user to give access to our 'app':
Then process the resulting access token by implementing hook_oauth_common_authorized:
Comment #2
Hugo Wetterberg commentedClosing this as the question was answered.