Hi,
I’m trying to migrate to the new account activity API. I’m following the account-activity-dashboard sample code (https://github.com/twitterdev/account-activity-dashboard).
As the documentation suggest, I’m using ngrok. The thing is, when I’m setting the ngrok url in the “Website” field of the application management page, I get this error:
“Error
The client application failed validation: url contains malware URL.”
I tried to overcome it, by setting the “Website” as some dummy value (“https://www.localhost.com”), and only to set the callback URLs - for some reason, it works as far as the application management concerns, but when I’m trying to actually add subscriptions via the “Manage Subscriptions” tab of the sample node example, I receive this error:
“Error: Callback URL not approved for this client application. Approved callback URLs can be adjusted in your application settings”
I suspect that it boils down to the fact that for some reason twitter recognize the ngrok URLs as a malware.
Did anyone encounters such a problem? Any ideas?
Thanks!