Hi all, we have a simple API integration to post status-update messages when the content of our site is updated.
The App is approved and running - we are already posting on one twitter account. As the content of our site is in different languages (we promote books) we are consequently trying to post to different twitter accounts (a general one plus one per each language). Our accounts are linked to our app via twurl.
We are having a strange problem with the latest account we added: the account is up, active, not suspended (if we log in it we can post just fine); the twurl procedure went all right and produced token and secret in the .twurlrc file, but…
Every time we try to post on it via the app we get this message:
{“errors”:[{“code”:64,“message”:“Your account is suspended and is not permitted to access this feature.”}]}
Can anybody help us out?
Thanks
P.S. we know it’s not a problem with our code or with how the request is formulated because everything works just fine with the other accounts
Can the same account successfully receive a response from https://developer.twitter.com/en/docs/accounts-and-users/manage-account-settings/api-reference/get-account-verify_credentials ? or a different POST endpoint like creating a like?
Does revoking the auth and adding the account again with a different token work?
Hello Igor,
thank you very much for your kind response. Yesterday all of a sudden the account started working, with no intervention on our side. I suppose what we were seeing was a glitch of Twitter system at the inception of the account…
1 Like
system
closed
#4
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.