开发者

TwitPic image upload

开发者 https://www.devze.com 2023-02-03 03:54 出处:网络
I want to implement TwitPic image uploads (in PHP) using OAuth. In that the flow is li开发者_运维技巧ke

I want to implement TwitPic image uploads (in PHP) using OAuth. In that the flow is li开发者_运维技巧ke

  1. login amd allow or deny (application)
  2. then return image upload

That image upload is used for all the users. Is there any code or link to help full to me? Is there any link to guide me?


You can find the documentation here.

If you are not comfortable with using their API then you could use one of the following libraries.

PHP

TwitPic API for PHP - created by @meltingice
Services_TwitPic - created by Bill Shupp

Javascript
TwitPic API for JavaScript - by @meltingice

And you need to register for an API Key for making request.

0

精彩评论

暂无评论...
验证码 换一张
取 消