Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP - oauth_callback is not used in from_consumer_and_token #235

Open
GoogleCodeExporter opened this issue Oct 28, 2015 · 0 comments
Open

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant