我正在尝试从 PHP 访问 SocialCast 的 API。他们只有一个例子,用 curl 完成:
# Curl Example
curl -X POST -d 'password=demo&email=emily@socialcast.com' -v https://demo.socialcast.com/api/authentication.xml
如何使用 PHP 进行登录?
这是 API 文档:http: //developers.socialcast.com/api-documentation/http-basic-authentication/#authentication_api_create