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

Sorry, you are not authorized to see this status #1203

Closed
emirkutlu opened this issue Oct 10, 2023 · 1 comment
Closed

Sorry, you are not authorized to see this status #1203

emirkutlu opened this issue Oct 10, 2023 · 1 comment

Comments

@emirkutlu
Copy link

Hello everyone,
I am using Twitter oauth v1. I log in with pin based login.
mac unofficial api for cs key and cs secret
Consumer key: 3rJOl1ODzm9yZy63FACdg
Consumer secret: 5jPoQ5kQvMJFDYRNE8bQ4rHuds4xJqhvgNJM4awaE8
I use values.

There is no problem when sending a like or follow, however,
When I try to retweet or tweet it says "Sorry, you are not authorized to see this status." I get an error.

My example code:
$sendAction = new TwitterOAuth($consumerKey, $consumerSecret, $user->twi_access_token, $user->twi_access_token_secret);
$response = $sendAction->post('statuses/update', ['status' => "Test Tweet"]);
var_dump($response);

Can you share any information about why I am getting this error?

@abraham
Copy link
Owner

abraham commented Oct 15, 2023

No idea why you're getting that error. "Sorry, you are not authorized to see this status" suggests that you are authenticated and trying to do something you're user isn't allowed to do. I don't know anything about Twitter's app keys and can't help with them.

@abraham abraham closed this as completed Oct 15, 2023
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