BoyCook / TwitterJSClient

Twitter client written in JavaScript packaged as a node module
GNU General Public License v2.0
562 stars 176 forks source link

how to get notification alert after getting new tweet #70

Open kmahera opened 6 years ago

kmahera commented 6 years ago

I need notification for tweet get in function (getMentionsTimeline). what is the use of callback url ?

krishnadubagunta commented 6 years ago

the callback URL is what you give after you are authenticated, I guess. So, when you webhook to get new tweets, you have to configure your own Notification server.