produktive
produktive
@hashir-dhattiwala Did you resolve this issue?
``` $access=$_GET['token']; $client->setAccessToken($access); $info = $client->fetch('https://example.com/your-protected-page', array(), 'GET', array('Authorization' => 'Bearer '. $access) ); ```
What code would the `RefreshToken.php` contain in this example?
I found this thread by searching for this error, and it seems I may have the same problem. Running on nginx instead of lighttpd.
@kadamwhite That method did not work for me. My post also has a category specified, is it necessary that it is passed in the query? If I have a post...
@kadamwhite I will paste the full URL so you can see for yourself that something strange is going on. Check out this page: https://www.healthfitcorpwell.com/wp-json/wp/v2/posts/1432 You can see the slug is...
@DeLonge I discovered it was a plugin compatibility issue with Paid Memberships Pro which they just resolved a couple days ago. In fact, it wasn't even resolved yet. You need...