adamyeager / PushbulletSharp

This is a simple pushbullet wrapper written in C#.
MIT License
53 stars 61 forks source link

PushList - HTTP400 #25

Closed codebude closed 6 years ago

codebude commented 7 years ago

At first - thanks for the nice library. Unfortunately the PushList-example doesn't work any longer. It gets an HTTP400 error, asking for missing parameters.

adamyeager commented 7 years ago

Thanks for pointing this out. I'll take a look at the issue when I get a free moment.

anarfox commented 7 years ago

Same for PushNote.

codebude commented 7 years ago

@anarfox That's strange. PushNote is still working for me. So maybe these are geo or time-based restrictions/errors?

frogwild commented 7 years ago

I installed today. I have PushNote working but PushAddress and PushList are getting the exception 400 for me.

adamyeager commented 7 years ago

According to the Pushbullet API documentation, address and list have been deprecated and are no longer supported.

January 28, 2015 Removed address and list pushes which have been deprecated for forever.

It's in the changelog at the bottom. I'll work on removing it from PushbulletSharp.

frogwild commented 7 years ago

OK. Great. Thanks for clearing that up.

adamyeager commented 6 years ago

I just uploaded a new version of PushbulletSharp to nuget (3.1.0). It should show up very soon and it addresses this issue.