-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Video Not Supported #23
Comments
The way of sending |
It's actually 3 step process:
|
Well for video and a couple of other features I am trying to create a parallel post API which uses
Content-Type": "application/json
instead ofContent-Type": "application/x-www-form-urlencoded
but with little luck till now. Their web version usesContent-Type": "application/json
for all requests so it should be feasible.To explain the case bit more,
media[photo]=some_photo_url
is concatenated in photo case but for video case it needs a higher hierarchy iemedia[video][details][location]=some_video_url
.I don't know how to encode that inapplication/x-www-form-urlencoded
(above multiple indexing as demonstrated doesn't work)I will keep the action of this issue on myself, if anyone has idea feel free to discuss.
I will use the issue as my status book to keep anyone updated if interested and also to help me track my progress.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: