Skip to content

Instantly share code, notes, and snippets.

@PhillJaySaw
Last active May 3, 2020 17:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PhillJaySaw/0159ba226d936af092d216cfc607d143 to your computer and use it in GitHub Desktop.
Save PhillJaySaw/0159ba226d936af092d216cfc607d143 to your computer and use it in GitHub Desktop.
{
resolve: `gatsby-source-twitter`,
options: {
credentials: {
consumer_key: "vfhzhNXXXXXXXXXXX",
consumer_secret: "EDY8Qcm1RZ2PXXXXXXXXXXXXX",
bearer_token: "AAAAAAAAAAAAAAAAAAAAACXXXXXX",
},
queries: {
getPosts: {
endpoint: "statuses/user_timeline",
params: {
screen_name: "w_nowaczyk",
include_rts: false,
exclude_replies: true,
tweet_mode: "extended",
},
},
},
},
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment