Authorization PHP Curl returns Login page instead of token
I am trying to use PHP curl to authenticate my app’s user, but instead of authenticating with OAuth it returns the actual html login form as a response. Why? I don’t want to redirect the user over and over every time the need to re-authenticate.