| Issue 8: | Client | |
| 2 people starred this issue and may be notified of changes. | Back to list |
There's no real problem, I am just wondering if there's any chance we will get a client version as well?
Feb 12, 2011
Yes it is already a client side implementation of OAuth2.0 draft v10. Corresponding Drupal use case can be found from http://drupal.org/project/oauth2. Please feel free to test it out :D |
doesn't the lib/OAuth2Client.inc contains client code? /** * OAuth2.0 draft v10 client-side implementation. ... */ abstract class OAuth2Client { .. }