Skip to content

xdevplatform/export-bookmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Jessica Garson
Sep 29, 2022
ccd1db5 · Sep 29, 2022

History

4 Commits
Sep 29, 2022
Sep 29, 2022
Sep 29, 2022
Sep 29, 2022
Sep 29, 2022
Sep 29, 2022
Sep 29, 2022

Repository files navigation

Export Bookmarks

A code sample that enables you to enable you to export your Bookmarks to a CSV file. This code sample uses Flask and OAuth 2.0 Authorization code with PKCE. Check out a deployed version.

What do you need to get started with the Twitter API

You need to sign up for access to the Twitter API. You will also create a project in the developer portal and an App containing the credentials required to use the Twitter API. Additionally, you will need to have OAuth 2.0 turned on in your App’s authentication settings. The developer playground is a great place to start using the Twitter API.