-
```
What steps will reproduce the problem?
1. Extract example share-bar from socialauth-android-sdk-3.1.zip
2. Rename proguard.cfg to proguard-project.txt and fixing (as proguard warn me)
-keepclasse…
-
Hi,
We're trying to use the ChallengeResponse to add an OAuth2 access token to the HTTP request header. However, on the server-side the challenge response is always null. Now, we did find an old post…
-
```
What steps will reproduce the problem?
1. Extract example share-bar from socialauth-android-sdk-3.1.zip
2. Rename proguard.cfg to proguard-project.txt and fixing (as proguard warn me)
-keepclasse…
-
I tried the example and I've got a InsecureTransportError when using the method "fetch_token".
I corrected this error by:
> > import os
> > os.environ['DEBUG'] = '1'
Then, I've tried it again and I …
-
```
What steps will reproduce the problem?
1. Extract example share-bar from socialauth-android-sdk-3.1.zip
2. Rename proguard.cfg to proguard-project.txt and fixing (as proguard warn me)
-keepclasse…
-
When attempting to add a card at http://localhost:8000/payments/change/cards/, and providing a full credit card #, CVC and exp date, I get this error:
```
Environment:
Request Method: POST
Request …
natea updated
9 years ago
-
Greetings API developer.
Okay so I know quite a few people are jumping over to L5 to use all the latest and greatest stuff that it has to offer. That's fine. You can do that. But this package isn't L…
-
Hi,
I cannot find any way to get data other than the default profile using LinkedIn2.
For example, if I choose the following scopes (space separated as prescribed by the linkedin api)
r_basicprofil…
ghost updated
10 years ago
-
Can not reproduce, can only show the error message from goapp serve running in the background at the time of null pointer exception.
``` java
INFO 2014-01-07 02:22:16,195 module.py:617] default: …
-
When I'm logging into Facebook, in `socialAuthAdapter.getCurrentProvider().getAccessGrant().getKey()` I have accessToken for Facebook, and it works fine.
When I'm logging into Linkedin in `socialAuth…