Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am on CentOS. In magento, for converting the list of data to JSON format i came to know that intially i required to install oauth for consumer side. for installing oauth on centOS, I followed as suggested in this site : http://coolbung.blogspot.in/2010/04/installing-oauth-on-centos-54.html

but i am facing a problem when giving a command 'pecl install oauth-beta'. It shows that pecl command not found.

How can i get reslove of this...

share|improve this question

1 Answer

up vote 2 down vote accepted

Issue this command to issue PHP Pear first:

yum install php-pear

Reference: http://www.electrictoolbox.com/install-php-pecl-centos/

share|improve this answer
Do u have any idea in magento to send JSON data using rest URL?? By using rest client we can only see the data in rest client?? But how can we take the output of data as json format using rest client?? – John grews Dec 28 '12 at 4:31
please ask it in a separate question. – Shivan Raptor Dec 28 '12 at 6:26

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.