We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I'm trying to update the authenticated user profile banner using account/update_profile_banner twitter API like this:
var params = { "width": 1500, "height": 500, "offset_top": 0, "offset_left": 0, "banner": imageInBase64, };
cb.__call("account_updateProfileBanner", params, function (reply, rate, err){ console.log(err); console.log(reply); });
but I get a 400 error code and a message saying that banner parameter is missing even though I'm pretty sure it is getting passed.
Any thoughts?
Regards,
The text was updated successfully, but these errors were encountered:
@AKhalil90 What is the content of your imageInBase64?
imageInBase64
Sorry, something went wrong.
@AKhalil90 Any update on this please?
No branches or pull requests
Hi,
I'm trying to update the authenticated user profile banner using account/update_profile_banner twitter API like this:
var params = { "width": 1500, "height": 500, "offset_top": 0, "offset_left": 0, "banner": imageInBase64, };
cb.__call("account_updateProfileBanner", params, function (reply, rate, err){ console.log(err); console.log(reply); });
but I get a 400 error code and a message saying that banner parameter is missing even though I'm pretty sure it is getting passed.
Any thoughts?
Regards,
The text was updated successfully, but these errors were encountered: