-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no authCode property on web mode #1
Comments
Hello @indra1 , thank you for your interest in this library. Currently, OAuth2 is in beta phase, and it looks like you are using an OAuth1 key to access OAuth2 functionality. Please, contact our Support Team and provide all the details. So, they can assist you accordingly. P.S. if you're looking for PHP OAuth1 library to access Upwork API, please check here Wbr |
This is literally copy paste from your example code of auth2. |
@indra1 , please, contact our Support Team and provide the key you use in this example and other data. |
How come this has been closed? I have the exact same issue as @indra1 points out, and obviously this hasn't been fixed in three years. Enabling web mode just throws the error exactly as pointed in the first post. |
#12 - pull request to fix on latest version 2.3.0 |
I'm trying to implement this package in top of laravel. I have installed this package using composer and all seams well when using the properties from example.php. However I get a link to authorize the app that gives me an error when that happens.
So I went through the code provided here and I figured out I need to use web mode so I did this:
However I get this error now, and I think the issue is there is no suthCode property anywhere in your code, but somehow it's used somewhere?
The text was updated successfully, but these errors were encountered: