We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have set up my proxy as such:
"proxies": [ { "path": "/api", "proxyUrl": "https://api.twitter.com/1.1/search/tweets.json" }
I have also edited the search URL to match the proxy: var SEARCH_TWEETS_URL = '/api';
var SEARCH_TWEETS_URL = '/api';
But I get a 404, as I'm not sure if it's building the request URL correctly.
The text was updated successfully, but these errors were encountered:
Hello did you find out how to solve your issue ? I'm getting the same whereas I set a proxy :
{ "path": "/twitter/", "proxyUrl": "https://api.twitter.com/" }
Thanks in advance
Sorry, something went wrong.
@desirelabs Sorry no, I gave up on this.
No branches or pull requests
I have set up my proxy as such:
I have also edited the search URL to match the proxy:
var SEARCH_TWEETS_URL = '/api';
But I get a 404, as I'm not sure if it's building the request URL correctly.
The text was updated successfully, but these errors were encountered: