Closed sustained closed 4 years ago
Ah, I think I know what is going on here.
Presuming that:
...then relationships
only shows the pledge from $user to $owner, if it exists.
It does NOT show all of $user's pledges.
Hope this helps anyone else who is having the same problem.
Art4 \ JsonApiClient \ Exception \ AccessException
There were backwards compatibility breaking change sin Art4 json library. To avoid such issues, Art4 json library was removed from the latest version which you can get from this repo (github). Which works with v2. I recommend you use that instead of the Art4 including old version.
I'm using Socialite for OAuth (instead of your OAuth client) and Laravel and I have that side of it working fine but I can't get this library to work at all.
/connect/patreon/redirect
and is redirected to Patreon./connect/patreon/callback
.At this point, I call
Socialite::driver('patreon')->user()
and get the following data (actual data snipped/replaced):The data is all there and as I would expect it to be.
So then I try to use the token with your API library:
And I get this exception:
Stuff like this works fine though:
What gives?