Hi.
I have this problem and no matter how hard I try, I do not move forward.
I want to subcribe a user account to the webhook.
- The webhook is already registered, All Right
To add an account I launch an “authorize” window, everything is perfect and my token callback and verification arrives.
With this data and ‘https://api.twitter.com/oauth/request_token’ I get the user’s data to monitor.
oauth_token = GAbc …- nI & oauth_token_secret = 8pc … 4QKT & oauth_callback_confirmed = true
up here all perfect.
But when I want to add this new user fails.
10: 05: 30.293 info application Curl Options: Array
(
[10023] => Array
(
[0] => Authorization: OAuth oauth_consumer_key = “PIo … 2vWn”, oauth_nonce = “1529661930”, oauth_signature_method = “HMAC-SHA1”, oauth_token = "126562195-VI6dFV … … Xmp71BOSVrY “, oauth_timestamp =” 1529661930 “, oauth_version =” 1.0 “, oauth_signature =” 0mXKS5bxiHadwe3g5tqSTIEjIwg% 3D "
[1] => Expect:
)
[42] =>
[10002] => https://api.twitter.com/1.1/account_activity/all/pau21/subscriptions.json
[19913] => 1
[13] => 10
)
{“errors”: [{“code”: 32, “message”: “Could not authenticate you.”}]}
What am I Failing?
What is the white lists?