Yahoo Answers API not working
问题 I found a PHP API example that I would like to implement and it does not seem to be working. <?php /** * @package Yahoo Answer * @author The HungryCoder * @link http://hungrycoder.xenexbd.com/?p=953 * @version 1.0 * @license GPL, This class does not come with any expressed or implied warranties! Use at your own risks! */ class yahooAnswer{ var $appID; var $searchQuestionURL = 'http://answers.yahooapis.com/AnswersService/V1/questionSearch?'; var $getQuestionURL = 'http://answers.yahooapis.com