![Picture of Alex Dta Picture of Alex Dta](/graphics/unknown.gif)
Alex Dta - 2013-07-06 12:46:43
Hello Manuel,
Your oauth class is very good. I wanted to ask you if it is possible to put the `Header` functions in "oauth_client_class::Process" into separate method, thus, i can rewrite them when i inherit your class. Cause i control these redirects myself and this will be good not to tocuh your code.
These ones:
Header('HTTP/1.0 302 OAuth Redirection');
Header('Location: '.$url);
$this->exit_url = $url;
Thanks in advance.