Create App but call back URL not being accepted
https://www.mydomain.com/index.php?dispatch=auth.process&hauth_done=Twitter
Please advise what is wrong and how to resolve.
TIA
Hi!
Have you registered your Callback URL correctly?
I don’t think so. Where or how you register the call back URL?
TIA
This issue is happening when I am trying to create the app itself.
I’m sorry to misread your question.
You don’t need to specify the query strings.
So you should change the registering Callback URL like below.
- https://www.mydomain.com/index.php?dispatch=auth.process&hauth_done=Twitter
- → https://www.mydomain.com/index.php
You can specify the query strings in “POST oauth/request_token” endpoint instead.
https://developer.twitter.com/en/docs/basics/authentication/api-reference/request_token
Thanks.
1 Like
Hello @smav1234,
We announced last Tuesday that you now have to have an approved developer account to be able to create apps. Is that what you are bumping into?