[nodebb-plugin-pushbullet] Push Notifications for NodeBB
-
Ouch, looks like pushbullet revamped their OAuth client creation page... doesan't look that good right now.
In any case, seems #2 is the OAuth ID and #1 is the secret. As for #3, it should return a code, no clue why it doesn't at the moment. Will have to do some testing and see.
Edit: @Silvina can you download 1.1.8 of the plugin and try associating your account again while you are in development mode (start NodeBB via
./nodebb dev
)? The plugin should now output a debug message when you click "associate" -
I'm still having the issue with Pushbullet just spinning when trying to accept the asociation.
This is output in the console when running in dev.
info: [plugins/pushbullet] New association, redirecting user to: https://www.pushbullet.com/authorize?client_id=%ClientID%FromACP&redirect_uri=https%253A%252F%252Fdomain.tld%252Fpushbullet%252Fauth&response_type=code
Followed by:
route requested but not found /pushbullet/pushbullet/settings
Edit: Running latest of plugin on 0.5.2
-
@julian swapped and restarted
the oauth test url from pushbullet. not too sure if you can access it here.
https://www.pushbullet.com/authorize?client_id=Wyna2jTkLbp5mOmcvxDPtMiFzfMkxrtV&redirect_uri=https%3A%2F%2Fwww.gameredge.org%2Fpushbullet%2Fauth&response_type=token&scope=everything
-
@Silvina said:
@julian swapped and restarted
https://www.pushbullet.com/authorize?client_id=Wyna2jTkLbp5mOmcvxDPtMiFzfMkxrtV&redirect_uri=https%3A%2F%2Fwww.gameredge.org%2Fpushbullet%2Fauth&response_type=token&scope=everything
Mine looks quite similar.
I've attempted to swap the keys around - in which case you can't even access the Approve / Deny screen (for obvious reasons - misconfiguration). The proper configuration simply spins.
-
@Silvina, it's running fine in my test lab. Configure the keys properly, update to version 1.19, then restart your NodeBB app (don't simply reload). That seemed to fix it for me.
-
@julian @Silvina The most of the time reference was regarding my comment to julian about the reload feature - sorry for the confusion.
What you'll need to do since you've associated the account is wait for someone to upvote a post, send you a message etc. so that you can test if the push functionality is working. I can see your site listed on your Push page, so everything should be operational.