OK, so I've been using login_with_twitter.php and I've got my application working with the exception of authenticating with a bearer token. I assume I don't need to call Process() but only CallAPI() -- but where do I specify in CallAPI that I want to use a bearer token for authentication?
Manuel Lemos - 2014-01-14 10:20:20 - In reply to message 1 from Ben Ostrowsky
If you mean passing parameters via an HTTP header, yes, currently Twitter seems to support that. I do not recall what was the problem in the past, but it seems to work now.
For now you can just the class to set the url_parameters class variable to true for Twitter in the Initialize function.