swiftyspiffy / StrawPollNET

Simple library for interfacing with the Strawpoll (original). You can create Strawpolls as well as view Strawpoll statistics.
http://www.strawpoll.me/
MIT License
2 stars 1 forks source link

Just FYI, Seems StrawPoll may have changed something. #1

Closed Mahsaap closed 6 years ago

Mahsaap commented 6 years ago

The actual call now fails with badresponse. Haven't dug in to it yet. But I would assume Strawpoll has changed something on their end.

Mahsaap commented 6 years ago

// Create the poll StrawpollNET.Models.CreatedPoll newPoll = new StrawPollNET.API.Create.CreatePoll(pollTitle, allOptions, multipleChoice, dupCheck, requireCaptcha);

for example fails

swiftyspiffy commented 6 years ago

Will check that now.

Seems to be an underlying issue with Strawpoll.me. Relevant tweet: https://twitter.com/swiftyspiffy/status/981616623332163585

Mahsaap commented 6 years ago

Fixed