rocketrene
01/29/2022, 5:09 PMrocketrene
01/29/2022, 5:10 PMScott P
01/29/2022, 5:28 PMrhmoller
01/29/2022, 7:35 PMTimon
01/29/2022, 8:44 PMprovider_token
to make request to the 3rd party API in the name of the authenticated user?
When I try to do so, Twitter keeps throwing this error:
Authenticating with OAuth 2.0 Application-Only is forbidden for this endpoint. Supported authentication types are [OAuth 1.0a User Context, OAuth 2.0 User Context].
Timon
01/29/2022, 8:44 PMfrnk
01/29/2022, 9:11 PMfrnk
01/29/2022, 9:11 PMeverconfusedguy
01/29/2022, 9:12 PMeverconfusedguy
01/29/2022, 9:15 PM6ary
01/29/2022, 10:46 PMEryou Hao
01/30/2022, 2:42 AManothercoder
01/30/2022, 2:51 AMphoebe
01/30/2022, 4:20 AManothercoder
01/30/2022, 4:24 AMphoebe
01/30/2022, 4:24 AMEryou Hao
01/30/2022, 4:25 AManothercoder
01/30/2022, 4:26 AMphoebe
01/30/2022, 4:26 AManothercoder
01/30/2022, 4:27 AMEryou Hao
01/30/2022, 4:28 AMwiesson
01/30/2022, 11:42 AMwiesson
01/30/2022, 2:24 PMTimon
01/30/2022, 2:44 PMTimon
01/30/2022, 5:31 PMauth
schema? I need to retrieve all my users
for a backend script. Changing the schema when I create my clients leads to the following error: The schema must be one of the following: public, storage
.
I tried to add the schema auth
in my API settings, but the error is still the same (c.f. screenshot).
And yes, I tried to restart my server and even run the following SQL command: NOTIFY pgrst, 'reload schema';
6ary
01/30/2022, 6:15 PMapple
would be passed in by name.
select * from company join images on company.id = images.id where name ilike '%apple%'
6ary
01/30/2022, 6:16 PMSealion
01/30/2022, 7:55 PMSealion
01/30/2022, 8:05 PMjoshcowan25
01/30/2022, 8:15 PM