This topic is locked

rest api connection phprunner + airtable

2/26/2024 4:55:31 AM
PHPRunner General questions
I
I author

Everyone, a few years ago I built an application with phprunner that allowed me to read-populate an "airtable" table. Worked great. But since February 2024, airtable has changed the API connection from "API key" to "0auth 2.0 - user"
this means that the program I created no longer works. In the meantime, I have created a token in "airtable" ("client-ID" + "client-secret"). and made the adjustment in prprunner, but I can't get the program to work. In my opinion, the example on the link below is no longer usable:
https://xlinesoft.com/blog/2021/06/23/working-with-airtables-rest-api/

Does anyone have experience with the new airtable method, how should you make the connection in phprunner?

admin 2/27/2024

The built-in REST API connection supports "Oauth 2.0 - user" method.

I
I author 2/28/2024

That is indeed correct, I use "auth0 2.0 - user" see screenshots, unfortunately I can no longer connect to airtable, what am I doing wrong?

img alt

img alt

this error appears:

img alt

admin 2/29/2024

You need to make sure that you specified correct client_id and other credentials. Also, you need to make sure you properly configured redirect_uri of your application on Airtable's side. Refer to PHPRunner's manual that explains how to figure out the correct callback URL: https://xlinesoft.com/phprunner/docs/rest-api-connections.htm