Hello,
Thank you for providing this SDK :)
I'm using your authenticate.php and index.php example.
I get the access token successfully,
but then, for some reason, I'm not able to see my own tweets.
My account is protected, but I should be able to see my own tweets! :)
(it works for public users)
->me()->myself() returns my own user, so the access token is definitely being set.
But when I do $user->tweets(), I get this:
Sorry, you are not authorized to see the user with id: [MY_USER_ID]
MY_USER_ID being the correct user ID - I double checked that.
Do you have any idea what could be the problem?
My scopes:
'scope' => [
'tweet.read',
'users.read',
'follows.read',
'like.read',
'list.read'
]
And the Authorization page also mentions that my app will be able to see protected tweets too.
Thanks!
Hello,
Thank you for providing this SDK :)
I'm using your
authenticate.phpandindex.phpexample.I get the access token successfully,
but then, for some reason, I'm not able to see my own tweets.
My account is protected, but I should be able to see my own tweets! :)
(it works for public users)
->me()->myself()returns my own user, so the access token is definitely being set.But when I do
$user->tweets(), I get this:MY_USER_IDbeing the correct user ID - I double checked that.Do you have any idea what could be the problem?
My scopes:
And the Authorization page also mentions that my app will be able to see protected tweets too.
Thanks!