What steps will reproduce the problem?
1. Create an instance of OAuthConsumer WITH a callback_url
2. Create an instance of OAuthRequest using from_consumer_and_token
What is the expected output? What do you see instead?
I expect that my previous set callback_url is used in the request, but nothing
is done with the callback_url; I have to set it manually as part of $parameters
in from_consumer_and_token.
Please use labels and text to provide additional information.
The callback_url in OAuthConsumer is set to a non-declared property, which
results in a E_STRICT warning. Declaring this property seems like an easy fix
in addition to the issue above.
Original issue reported on code.google.com by wackman...@gmail.com on 28 Dec 2012 at 9:16
Original issue reported on code.google.com by
wackman...@gmail.com
on 28 Dec 2012 at 9:16