user2241961
user2241961

Reputation: 33

tmhOAuth not working - Twitter API 1.1

so my websites just stopped working an hour ago with this code:

string(200) "{"errors": [{"message": "The Twitter REST API v1 is no longer active. Please migrate to API v1.1. https://dev.twitter.com/docs/api/1.1/overview.", "code": 68}]}"

I'm using tmhOAuth PHP Class. Any thoughts?

Upvotes: 2

Views: 3324

Answers (1)

JohnHU
JohnHU

Reputation: 41

Just replace 1/status -> 1.1/status etc More details: https://github.com/themattharris/tmhOAuth/issues/132

Upvotes: 4

Related Questions