I am not sure what my Twitter API’s Callback URL is… I just made a new API to be used together with a wordpress plugin… after I made it… I never knew what the callback URL would be… please tell me how i can find that…

What’s the Plugin you’re using? You most likely don’t need to set a callback url if you disable “login with twitter” Twitter developer Apps overview | Docs | Twitter Developer Platform

it is called “revive old post”… Plugin by By revive.social… I assume that to be the case also… that i didnt have to set the callback url… but for some reason when i leave that blank in the API… i get an error message… when i try to add my twitter account to my wordpress plugin…

when i remove the call back url… and try to connect my twitter account to my WP plugin… I get this error message…

Error connecting twitter {“errors”:[{“code”:417,“message”:“Desktop applications only support the oauth_callback value ‘oob’”}]}

So i am not sure what to do after this…

Oh, in that case i think the callback url is the url of the admin page of the plugin on your site - https://wordpress.org/support/topic/valid-oauth-redirect-uris-error/ or another URL that should be documented somewhere on that plugin page

Hi, it’s this:
https://yourwebsitename.com/wp-admin/admin.php

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.