How to enable PLAINTEXT support for PHP's oauth extension?

Posted by mmattax on Stack Overflow See other posts from Stack Overflow or by mmattax
Published on 2010-04-16T17:40:39Z Indexed on 2010/04/16 17:43 UTC
Read the original article Hit count: 323

Filed under:
|
|

I just installed the PECL oauth extension but when I look at the PHP info output, I see that "PLAINTEXT" support is not supported. It appears that only "HMAC-SHA1 support" is enabled.

How can I enable PLAINTEXT support?

© Stack Overflow or respective owner

Related posts about pecl

Related posts about oauth