You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uploading media is fine but then trying to attach it to a new status fails with a 400. Seems to be the media_ids[] being encoded to media_ids%5B%5D which is throwing things since I can get the same params to work fine if I force media_ids[] via curl. I'll add this to my list.
(I assume this will apply to anything which uses [] in a parameter.)
The text was updated successfully, but these errors were encountered:
Uploading media is fine but then trying to attach it to a new status fails with a 400. Seems to be the
media_ids[]
being encoded tomedia_ids%5B%5D
which is throwing things since I can get the same params to work fine if I forcemedia_ids[]
via curl. I'll add this to my list.(I assume this will apply to anything which uses
[]
in a parameter.)The text was updated successfully, but these errors were encountered: