0

I get a consumer key and secret and a token with a token secret to send with my request to the API.

Why is this secure? Couldn't someone intercept the keys and than use them themselves?

Borut Flis
  • 105
  • 1
  • 3

1 Answers1

3

In https://api.twitter.com/ it is the https that protects the API keys with Transport Layer Security (TLS).

Esa Jokinen
  • 46,944
  • 3
  • 83
  • 129