evolution7/social-api
Composer 安装命令:
composer require evolution7/social-api
包简介
Social Network API Abstraction Library
README 文档
README
This library provide an abstracted API for using various social networks APIs.
Supported Platforms
Functionality
- Authentication
- OAuth v1 and v2
- Retrieve Current User
- Current OAuth User
- Search Posts
- e.g. Search Tweets
- Retrieve Post by ID
- e.g. Get Tweet
- Comment on Posts
- e.g. Reply to Tweet
Installation
Install via Composer:
"require": {
"evolution7/social-api": "1.*"
}
Configuration
Select a Platform for setup and configuration instructions:
Usage
Example code is included in the Evolution7/SocialApi/Resources/example/ directory.
To see the example code in action:
- Place your API key/secret in the config.php file
- Launch a PHP server, e.g.
php -S 0.0.0.0:8080 - Visit the index.php page and try out the examples
Note: you'll need to authenticate succesfully before any other examples will work.
License
MIT license Copyright (c) 2014, Evolution 7.
统计信息
- 总下载量: 355
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-07-07