airbyte-custom-connector/source-twitter-fetcher/sample_files/config-example.json

11 lines
232 B
JSON

{
"credentials":{
"client_id": "some-id",
"client_secret": "some-secret",
"access_token": "some-access-token",
"refresh_token": "some-refresh-token",
"token_expiry_date": ""
},
"start_time": "2024-01-01"
}