OAuth request from PHP to Ruby on Rails
-
I’ve downloaded oauth-php from http://code.google.com/p/oauth-php/ and
implemented it into a plugin I’m developing as a “consumer” and I’m using
oauth-plugin (http://github.com/pelle/oauth-plugin) for Ruby on Rails as an
“service provider” to let the plugin interact with my RoR based web
platform. Everything seems okay but I cannot get the signature to be
verified. It keeps failing.Has anyone else encountered this issue? How do I get the signature to
verify using these oauth-plugin and oauth-php? Are they simply
incompatible? If so, are there any alternatives?
The topic ‘OAuth request from PHP to Ruby on Rails’ is closed to new replies.