Skip to content

A simple identity server that can be dropped into other server apps.

License

Notifications You must be signed in to change notification settings

scripting/twitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

davetwitter

A simple identity server that can be dropped into other server apps.

Changes

0.6.38 -- 8/14/22 by DW

New userLogonCallback callback. Called when the user has successfully logged in via Twitter. We send up the stack the information about the login, the user's screenname, userid, token and secret.

0.6.37 -- 6/30/22 by DW

Twitter turned off the API that getConfiguration was using.

We already had a good fallback implemented for errors, so we just use that to provide the info to apps.

0.6.36 -- 2/22/22 by DW

New function -- getTweetHistory.

All the data you need to build an RSS feed out of a Twitter account.

Use in conjunction with daverss.

0.6.35 -- 9/19/21 by DW

Overhaul of /derefurl call.

0.6.31 -- 9/9/21 by DW

Added new property to the standard user struct, urlProfileImage.

0.6.29 -- 7/24/21 by DW

Added /daytweets call for Get My Tweets functionality used by Drummer.

0.6.28 -- 3/12/21 by DW

New calls to get one tweet, which amazingly was not part of this package until today, and a call to get a thread.

These are also available through the API.

These features were added for the threadviewer.com app.

v0.5.21 -- 2/12/21 by DW

Sorry for the missing notes.

Added /getmymentions call.

v0.5.10 -- 3/24/19 by DW

There's a new HTTP call -- /disconnect. You should call it when the user signs off. It takes two params, the accessToken and accessTokenSecret for the user. It goes through the screenNameCache looking for the user, and deletes it if it's found. I've updated feedBase to make this call when the user signs off.

This problem was reported by @vincode-io. Many thanks for the excellent report and follow-up.

About

A simple identity server that can be dropped into other server apps.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published