phoolrajsainiclover / oauth2-php

Automatically exported from code.google.com/p/oauth2-php
MIT License
0 stars 0 forks source link

Client #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
There's no real problem, I am just wondering if there's any chance we will get 
a client version as well?

Original issue reported on code.google.com by slaait...@gmail.com on 29 Oct 2010 at 10:55

GoogleCodeExporter commented 8 years ago
doesn't the lib/OAuth2Client.inc contains client code?

/**
 * OAuth2.0 draft v10 client-side implementation.
...
 */
abstract class OAuth2Client {
..
}

Original comment by jan...@balticovo.lv on 28 Jan 2011 at 8:49

GoogleCodeExporter commented 8 years ago
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

Original comment by hswong3i@gmail.com on 12 Feb 2011 at 8:54