Michael Kushinski

Results 33 comments of Michael Kushinski

Getting this same issue on a Samsung A40. Did you find a fix?

Yes, it's working for us. This PR fixed issues introduced in 8.0+ https://github.com/alhazmy13/MediaPicker/pull/73

> Please consider replacing this library with PHPickerViewController. This is iOS 14+ tho (https://developer.apple.com/documentation/photokit/phpickerviewcontroller). Wont work for most apps for a few years till we can target 14 min.

GetUser - We were able to use the v2 `GetUserByIdAsync` endpoint https://linvi.github.io/tweetinvi/dist/twitter-api-v2/users.html Tweeting - Media upload doesn't exist in v2 yet. Basically you upload the media with v1.1 then post...

Check out this comment -> https://github.com/linvi/tweetinvi/issues/1147#issuecomment-1173174302 This library doesn't support v2 posting yet but this comment shows an example of how to use the `AdvanceRequestAsync` function to post to v2.

This works great! Thank You for the fix. Any plans to merge this in via PR?

@hendrawd This works perfect! Thank You

> As of this comment, this issue still persists. The following stackoverflow answers suggested to include all the params sent to `https://www.linkedin.com/oauth/v2/accessToken` to get the access token to be sent...