-
```
What steps will reproduce the problem?
1. http://pastebin.com/T8qMWcfg outh.jsp
2. http://pastebin.com/KE8QCL2t outhcallback.jsp
What is the expected output? What do you see instead?
Expected : …
-
```
What steps will reproduce the problem?
1. http://pastebin.com/T8qMWcfg outh.jsp
2. http://pastebin.com/KE8QCL2t outhcallback.jsp
What is the expected output? What do you see instead?
Expected : …
-
Hi,
First of all thanks for the Dropbox PHP library.
I have successfully integrated this library and able to login into dropbox. I am able to get state and code in return response.
After gett…
-
# Bug report
- [x] I confirm this is a bug with Supabase, not with my own application.
- [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.c…
-
Normally, my code using this library runs perfectly fine, but maybe once every month or couple of months, I get this issue referencing the Storage.gs and Service.gs files in the Oauth2 library.
> …
-
` return $oauth->getAccessToken();` not excuting the TOKEN_URL. It redirects in my redirect uri and returns a null value.
I am using Laravel Framework
-
Problem on getAccessToken
Can you tell me what this error means?
[info] java.lang.IllegalArgumentException: requirement failed: Illegal port: -1
[info] at scala.Predef$.require(Predef.scala:27…
-
### Question
After setting up the CSI drivers I am getting below error
Error:
Unable to attach or mount volumes: unmounted volumes=[mysecret], unattached volumes=[mysecret kube-api-access-d]: ti…
-
Hi,
I need to get the page ID for one of the facebook pages I manage. I would like to use it to get a "page access token". But the result is empty.
String appId = "";
String appSecret = "";
Stri…
-
I am seeing errors happening for typical events like bad password or invalid token in `oauth2-server` v2.4.1 when used with `express`.
How do I prevent these errors spewing from my express service?…