File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 1919
2020// Set here your twitter application tokens
2121$ settings = array (
22- 'oauth_access_token ' => "OAUTH_ACCESS_TOKEN " ,
23- 'oauth_access_token_secret ' => "OAUTH_ACCESS_TOKEN_SECRET " ,
24- 'consumer_key ' => "CONSUMER_KEY " ,
25- 'consumer_secret ' => "CONSUMER_SECRET "
22+ 'consumer_key ' => 'CONSUMER_KEY ' ,
23+ 'consumer_secret ' => 'CONSUMER_SECRET ' ,
24+
25+ // These two can be left empty since we'll only read from the Twitter's
26+ // timeline
27+ 'oauth_access_token ' => '' ,
28+ 'oauth_access_token_secret ' => '' ,
2629);
2730
28- // Set here the Twitter username where to getting latest tweets
31+ // Set here the Twitter account from where getting latest tweets
2932$ screen_name = 'netglooweb ' ;
3033
3134// Get timeline using TwitterAPIExchange
You can’t perform that action at this time.
0 commit comments