twifer
twifer copied to clipboard
Simple PHP Library for Twitter API
error when tweet with image. error message: You currently have Essential access which includes access to Twitter API v2 endpoints only. If you need access to this endpoint, you’ll need...
`function request($method, $req, $params = false)` This $params must be used as postfields when $method is POST and as queries when $method is GET. `function request2($method, $req, $params = false)`...
I was recieving Error 401 from the API. Happened only when I was trying to send and get parameter like `user.fields`. So I thought it may was a wrong signature...