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

Failed_to_validate_oauth_signature_and_token #17

Open
luiscarlosjayk opened this issue Jul 15, 2013 · 4 comments
Open

Failed_to_validate_oauth_signature_and_token #17

luiscarlosjayk opened this issue Jul 15, 2013 · 4 comments

Comments

@luiscarlosjayk
Copy link

I'm having troubles since Twitter updated to v1.1.
My app was working without problems and then just stopped working after they updated and updating the Plugin is not solving it.

I find that the response from Twitter when requesting for a request_token is not retrieving the oauth_token or anything else, just receiving

array(
    'Failed_to_validate_oauth_signature_and_token' => ''
)

any idea?

@rodelta
Copy link

rodelta commented Jan 20, 2014

Was any solution found for this or the plugin is no longer usable?

@nebojsac
Copy link

I found that you need to update the urls to use/1.1/ instead of /1/, and https isntead of http.

@mishudark
Copy link
Owner

I'll rewrite some parts this weekend ;)

@rodelta
Copy link

rodelta commented Jan 27, 2014

I downloaded the last version (2013-01-27) and this problem seems to still be present.
There's any way for me to help?
The 'oauth_token' is still missing when requesting the request_token.
Also, I get array_diff(): Argument #2 is not an array [CORE/Cake/Controller/Controller.php, line 608] when I try to access appurl/twitter/twitter/connect. (I can fix this changing public $uses = ''; to public $uses = array(''); )

Repository owner deleted a comment from mrpanday93 Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants