我在哪裡可以獲得適用於 Windows 的 php 5.4.4 的 OAuth dll? (where can I get OAuth dll for php 5.4.4 for windows?)


問題描述

我在哪裡可以獲得適用於 Windows 的 php 5.4.4 的 OAuth dll? (where can I get OAuth dll for php 5.4.4 for windows?)

Can anyone tell me where can I get the php_oauth.dll for php 5.4.4 for windows?


參考解法

方法 1:

Would you check this post, it discusses how to install it on Windows.

http://katieseaborn.com/masters/prototype/installing-oauth-on-windows/

As well as this old Stack Overflow post. how to install the oauth in php

方法 2:

I just had some issues getting this set up on WAMP.

  1. Download the proper extension here: http://windows.php.net/downloads/pecl/releases/oauth/

  2. You will need to make sure you have a compatible version of php to work with it.  Since WAMP only supports up to a certain version of PHP you may need to install PHP manually.  Short article on that here: http://www.websanova.com/tutorials/php/manually-adding-php-versions-to-wamp

方法 3:

You can download if from 'http://windows.php.net/downloads/pecl/releases/oauth/1.2.3/'. Which is suitable for you 

(by yoavreMina AbadirRobert Duchnikalok)

參考文件

  1. where can I get OAuth dll for php 5.4.4 for windows? (CC BY-SA 3.0/4.0)

#OAuth #PHP #Windows






相關問題

我在哪裡可以在谷歌上為 xoauth 註冊 Android 應用以獲取消費者密鑰和消費者秘密 (where can I register Android app on google for xoauth for consumer key and consumer secret)

PHP Twitter OAuth - 我無法驗證我的帳戶 (PHP Twitter OAuth - I cannot authenticate my account)

dapatkan kontak aol menggunakan oauth api (get aol contacts using oauth api)

Otentikasi permanen Google Latitude API untuk akun tertentu (Google Latitude API permanent auth for specific account)

Перанакіраванне ад даччынага акна да бацькоўскага ў iframe з дапамогай javascript (OAuth) (Redirecting from child window to parent to a iframe using javascript (OAuth))

Linkedin 應用程序具有 OAuth 用戶令牌和 OAuth 用戶密鑰,它們會過期嗎? (Linkedin Application has OAuth User Token and OAuth User Secret, Do they Expire?)

jhipster oauth:如何通過 CURL 獲取令牌 (jhipster oauth : How can i get the token via CURL)

在 android (eclipse) 中集成 oAuth twitter 時清除共享首選項 (Clearing shared preferences in case of oAuth twitter integration in android (eclipse))

Spring Boot 2 Oauth 如何實現隱式代碼流 (Spring Boot 2 Oauth how to implement Implicit Code Flow)

ASP.NET Web App 的授權代碼流代碼示例 (Authorization Code Flow code examples for ASP.NET Web App)

從 AuthURL 和 ClientID 獲取 OAuth2.0 Bearer Token (Get OAuth2.0 Bearer Token from AuthURL and ClientID)

如何解決 Netsuite Restlets 中的 400 bad request 錯誤? (How to solve 400 bad request error in Netsuite Restlets?)







留言討論