简体   繁体   English

在WAMP环境中是否可以将facebook sdk用于php?

[英]Is it possible to use the facebook sdk for php in a WAMP environment?

The instructions here https://developers.facebook.com/docs/reference/php/ seem to me to be directed to the Linux environment. 在我看来,这里的说明https://developers.facebook.com/docs/reference/php/是针对Linux环境的。

Is it possible to access this SDK from an application developped in a WAMP environment? 是否可以从WAMP环境中开发的应用程序访问此SDK?

It is absolutely possible to use the Facebook SDK on WAMP. 绝对有可能在WAMP上使用Facebook SDK。

In fact, I can't find any reference in their documentation that speaks of Linux. 实际上,在他们有关Linux的文档中找不到任何参考。 The "Getting Started' installation step directs to https://github.com/facebook/php-graph-sdk , which says to install the SDK through Composer. As Composer is available on Windows , and you can run PHP on Windows, I don't see anything that would prevent you from running the Facebook SDK through WAMP. Just make sure to run Composer from your WAMP's project folder. “入门”安装步骤指向https://github.com/facebook/php-graph-sdk ,该步骤表示要通过Composer安装SDK。由于Composer 在Windows可用 ,因此您可以在Windows上运行PHP。没有发现任何会阻止您通过WAMP运行Facebook SDK的东西,只需确保从WAMP的项目文件夹中运行Composer。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM