Could you please consider pulling my changes for OAuth 2.0 Client Credential support ?#116
Could you please consider pulling my changes for OAuth 2.0 Client Credential support ?#116hidekoji wants to merge 3 commits intoscribejava:masterfrom
Conversation
For instance, Grant Type is used in Facebook App Login Change-Id: Id0abb4ddedd205428e63b43c5d7a9bfe5ad87be4
Change-Id: Ie719bb118a98d4794d5da6c9aad2a281c7caf413
draft-ietf-oauth-v2-16 Change-Id: I833f337776fc82fc3dd8af0d2ec68e74ec0ef489
|
Sure dude. I'll give it a look when I get home Sent from my phone
|
|
Is this part of the latest release 1.2.1 because 1.2.1 doesn't seem to be OAuth 2.0 compliant with respect to the grant_type? |
|
Is there any news on this? I'm trying to use oAuth Client Credentials flow with Scribe... and help would be greatly appreciated. M |
|
There probably will be a major rewrite of the lib for OAuth2.0 support, scheduled for version 2.0. On the other hand, OAuth2.0 is so easy it doesn't need any library in order to perform the flow properly, so I don't think this makes any difference. |
|
Thanks for the response... going roll my own. :) M |
Hi, to support OAuth 2.0 Client Credentials , I added a support for Grant Type in scribe-java. Basically, this change is to support Facebook App Login for Insights Graph API. You can see a sample in src/test/java/org/scribe/examples/FacebookAppLoginExample.java.