I've done all the developer.twitter.com setup (created an app and a dev environment). In ARC, I have filled in the Authorization section, choosing oAuth 1.0, filled in the consumer key, consumer secret, token, token secret, and token auth URL. ARC created the timestamp and nonce, and I chose the HMAC-SHA1 realm. When I click "authorize", it just hangs; never comes back. When I try a simple GET on api.twitter.com/1.1/followers/ids.json?screen_name=< my screen name >, I get the 400 "Bad authentication data" with code 215 response. What am I missing? I've both created and consumed many REST APIs but never had a problem using ARC for them before.
oAuth 1.0, Advanced Rest Client, Twitter API, Not Working
660 Views Asked by JenVander At
2
There are 2 best solutions below
Related Questions in TWITTER-OAUTH
- Twitter oauth2 link seems correct but not working
- Login with twitter using identity server is not working when using openidconnect
- How to verify Twitter oauth2.0 access token
- Twitter V2 Get Tweets API's Query Parameter not working
- How to know who liked the post in twitter using twit package or direct twitter api
- Twitter Ouath - Value passed for the redirect uri did not match the uri
- Laravel - Twitter/X API Integration For Creating New Posts
- 403 Forbidden 453 - You currently have access to a subset of Twitter API V2 endpoints and limited v1.1 endpoints even tho I bougth X Basic paid plan
- Laravel Socialite Twitter: Missing required parameter [code_verifier]
- Is it safe to store TwitterAPI access tokens in Session variables?
- Not able to post with PHP Twitter API, getting Error in connection for TwitterOAuth
- Make Python wait for rate limit Twitter API using requests library
- Access Twitter API after Firebase Authentication
- JSON Parse error occurs in "expo-auth-session"
- Twitter social login integration issue in my react web app
Related Questions in TWITTER-REST-API
- python twitter api returns inconsistent number of tweets each second
- Twitter GET user_timeline Not Always Returning Count=200
- oAuth 1.0, Advanced Rest Client, Twitter API, Not Working
- Twitter REST API using python
- Does third party authorized application have access to private tweet? i am having issue with user timeline REST API
- Twitter video media upload not working : Error: HTTP Error: 400 Bad Request
- Get number of video views from a video tweet
- twitter data fetching limitations
- Retrieve screen name from twitter account?
- How do I publish a tweet with media from Angular 2?
- How to geocode a table of invalid/incorrect locations in R?
- Extracting Old Tweets using Twitter streaming API using Geo-Location Filter
- Twitter API rate limit to the number of retweets
- twitter rest api give me a wrong media id in uploading
- How to reply to the tweets which have mentioned me in their tweets
Related Questions in ADVANCED-REST-CLIENT
- is it possible to automatically repeat a request every 3 sec in advanced-rest client
- not able to set POST parameter in PHP api
- Response object is empty and undefined
- I am getting an error when trying to test my login using ARC. I'm using NodeJS, Express, JWT and AtlasMongoDB
- Java: Getting Error: read ECONNRESET when HTTPD says 200 Ok and code successfully executed till end
- Using ARC'ss Authorization editor
- Is the global request timeout broken in 16.0.0?
- How to send array in advanced-rest-client and get it in node js app
- Advanced Rest Client saved requests / history missing
- Problem reinstalling Advanced Rest Client
- Andvanced REST Client ignores a custom Host header
- Test Web API using Advance Rest Client(GET) when Parameter type is Class
- AMF parser issue
- C# Multipart form-data in HttpClient Post REST API
- How interact between a website and REST Client
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?

The answer is, Advanced Rest Client just plain doesn't work with the Twitter API. I used Insomnia instead, and it worked with the exact same inputs that I gave to ARC. ARC has been a great tool for me for the past decade, so it's disappointing.