twitter api
Let's work through the Twitter OAuth process.
To Experience what we will build, follow the URL:
https://authentications.herokuapp.com/rest/twitter/request?user=<put your first name without spaces here>
https://authentications.herokuapp.com/rest/twitter/status?user=<put same first name without spaces here>
CREATE TABLE TOKENS(username text,application text, secret text, oauth text);
Code is here: https://github.com/gnurmatova/Twitter_OAuth
To Experience what we will build, follow the URL:
https://authentications.herokuapp.com/rest/twitter/request?user=<put your first name without spaces here>
https://authentications.herokuapp.com/rest/twitter/status?user=<put same first name without spaces here>
CREATE TABLE TOKENS(username text,application text, secret text, oauth text);
Code is here: https://github.com/gnurmatova/Twitter_OAuth