I know that twitter ported to api v1.1
I previously used to check whether a person should follow another person or not with the following code snippet:
https:
But how can I get the same result in api v1.1? I get my authenticator (Acess request) and everything is fine, but when I view the page as follows
https:
I get this message:
{"errors":[{"message":"Sorry, that page does not exist","code":34}]}
Does anyone know if they support another link in api v1.1?
source share