Hi @goforbrent,
There’s my log from twurl:
GET /3/accounts HTTP/1.1
Accept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3
Accept: */*
User-Agent: OAuth gem v0.5.4
Content-Type: application/x-www-form-urlencoded
Authorization: OAuth oauth_consumer_key="{oauth_consumer_key}", oauth_nonce="{oauth_nonce}", oauth_signature="{oauth_signature}", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1520270733", oauth_token="{oauth_token}", oauth_version="1.0"
Connection: close
Host: ads-api.twitter.com
Content-Length: 0
HTTP/1.1 200 OK
connection: close
content-disposition: attachment; filename=json.json
content-encoding: gzip
content-length: 636
content-type: application/json;charset=utf-8
date: Mon, 05 Mar 2018 17:25:34 GMT
server: tsa_b
set-cookie: personalization_id="v1_1KwxEVchyHw3S2n++YQYew=="; Expires=Wed, 04 Mar 2020 17:25:34 UTC; Path=/; Domain=.twitter.com
set-cookie: guest_id=v1%3A152027073410833983; Expires=Wed, 04 Mar 2020 17:25:34 UTC; Path=/; Domain=.twitter.com
strict-transport-security: max-age=631138519
x-access-level: read
x-api-version: 3.0
x-connection-hash: cccdf1071d4a2ca46591c0f55b4f26f3
x-content-type-options: nosniff
x-current-api-version: 3.0
x-frame-options: SAMEORIGIN
x-rate-limit-limit: 2000
x-rate-limit-remaining: 1999
x-rate-limit-reset: 1520271634
x-response-time: 24
x-runtime: 0.009138
x-transaction: 00477ac20098911f
x-xss-protection: 1; mode=block; report=https://twitter.com/i/xss_report
About my code, I’m using Postman to test how to make the requests to apply this in my app in R.
Thanks,
Alexandre.