Thanks to feedback from the plugin developers, we have updated the way the authentication API works slightly. Basically, we how create a hex digest for the signature instead of a binary digest, base64 encoded, and url escaped.
Thanks to feedback from the plugin developers, we have updated the way the authentication API works slightly. Basically, we how create a hex digest for the signature instead of a binary digest, base64 encoded, and url escaped. But you shouldn’t need to know that. Full details in the docs.
We are rolling out this new version to production alongside the old REST API, which should now be considered deprecated.
Our Ruby Gem has now been updated (version 0.4.0 and above only supports the authenticated api), and the other libraries are either done or nearly done.
Get the latest version of the gem in your app:
gem install pusher
Go to your dashboard from the Pusher site and copy your security credentials (you now need application id, key, and secret). Once you’ve added these to your app things should Just Work.
We are working with the maintainers of the PHP, Perl, Python, Node.js and Objective-C libraries to get them updated. The Objective-C and PHP library are finished, and the others are on the way. We will post about them here, and also tweet when they are ready.
If you are using another language and need help integrating, please get in touch with us via support@pusher.com. And if you haven’t done so already, feel free to create a free Pusher account and let us know what you think!