benbunk/twitter_url_gen
Composer 安装命令:
composer require benbunk/twitter_url_gen
包简介
None
README 文档
README
Typically in OAuth for twitter you will be encouraged to use a custom HTTP Request that generates headers that are attached to the request representing the Authentication information. This works well in custom code but fails when you dont have access to create headers in the request. An undocumented option exists that doesn't require custom headers. You can simply convert the headers into URL Encoded values and create a URL that contains a query string like http://www.google.com?query=helloworld Based on the work of ErisDS at http://erisds.co.uk/code/twitter-oauth-simple-curl-requests-for-your-own-data Quick Curl can be found as part of https://github.com/benbunk/cosc TODO: Use jsSHA to build a web UI. USAGE $generator = new TwitterURLGen(x, z, y); $generator->buildUrl();
统计信息
- 总下载量: 8
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-08-09