HTTP_OAuth安装帮助

时间:2011-04-04 07:43:49

标签: php xampp

我收到了这个错误。

警告:require_once(HTTP / OAuth.php)[function.require-once]:无法打开流:C:\ xampp \ htdocs \ simplegeo-Services_SimpleGeo-7e5516f \ Services \ SimpleGeo.php中没有此类文件或目录第25行

致命错误:require_once()[function.require]:在C:\ xampp \ htdocs \ simplegeo中打开所需的'HTTP / OAuth.php'(include_path ='。; C:\ xampp \ php \ PEAR')失败第25行的-Services_SimpleGeo-7e5516f \ Services \ SimpleGeo.php

如何安装pear或HTTP / OAuth.php我不知道如何安装它。我很感激你的回答。

2 个答案:

答案 0 :(得分:2)

最简单的方法:

pear install HTTP_OAuth

开始寻找答案的好地方是

  1. http://php.net/oauth
  2. http://php.net/manual/en/oauth.setup.php
  3. http://pear.php.net/package/HTTP_OAuth/

答案 1 :(得分:1)

同时检查:http://www.phpclasses.org/blog/package/7700/post/1-Painless-OAuth-with-PHP.html

似乎是一种非常透明地使用OAuth协议的简单方法。