Marc R Kellerman

Results 81 comments of Marc R Kellerman

Thanks for testing. Will investigate more tonight and get back to you.

Unfortunately, i'm not actively working on this project. I've made it public, and can help review any code if anyone wants to maintain it.

All APIs have their own script, automatically generated from the documentation from Twitter. But unfortunately, not all the functions/methods/APIs have been fully tested it. I suspect this one hasn't been...

Hi Jimmy, thanks for your comment. Unfortunately, I didn't test all the functions. I created a wrapper that generates the functions automatically based on the API documentation. It's not great...

I'll see if I can find some time in the coming week. But no promises. Sorry.

Unfortunately, not all the functions have been fully tested. I used a script to scrape the API information/parameters for each endpoint on the Twitter API documentation. 😆 'most' work. Will...

I don't use this endpoint. Should we remove it from the available functions? Or move it to its own branch to be fixed, but remove it from master?

Look at how I got the DirectMessages to work with a JSON body: https://github.com/mkellerman/PSTwitterAPI/blob/master/PSTwitterAPI/public/Send-TwitterDirectMessages_EventsNew.ps1 Care to try your own implementation, and see if that fixes the file size limitation?

@Windos have you tried with the latest version?