Skip to content
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

account_updateProfileBanner is not working #148

Open
akhalil-qa opened this issue Feb 15, 2018 · 2 comments
Open

account_updateProfileBanner is not working #148

akhalil-qa opened this issue Feb 15, 2018 · 2 comments

Comments

@akhalil-qa
Copy link

akhalil-qa commented Feb 15, 2018

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,

@mynetx
Copy link
Member

mynetx commented Sep 15, 2018

@AKhalil90 What is the content of your imageInBase64?

@mynetx
Copy link
Member

mynetx commented Oct 28, 2018

@AKhalil90 Any update on this please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants