I am working on implementing sharing an image via Twitter in my application and I have come across this page.
I\'m trying to post images to TwitPic using OAuthConsumer. I keep receiving a 401 \"Could not authenticate you (header rejected by twitter).\" error.
Any good silverlight libraries for accessing yfrog & twitpick rest apis or should I just create my own wrapper?
I\'m using PlainOAuth to post image to twitpic and post message to twitter home page from my iPhone app. Everything is ok, but the way user login to twitter is complex with user.
I am trying to upload a picture to TwitPic using GSTwitPicEngine. I have included all the requirements but it seems that some functions used in OARequestHeader class are not recognized. Here is an exa
I want to implement TwitPic image uploads (in PHP) using OAuth. In that the flow is li开发者_运维技巧ke
I updating my project t开发者_JS百科o use twitter oauth instead of basic auth. I was uploading pictures to twitPic using the basic auth, how to do that with oauth?
So Twitter changed its way of doing authentication to OAuth, I finally had no choice but to update my app.I got the Twitter stuff working (so I have a nice bit of saved OAuth information in my applica
Hey everyone, I\'ve been trying to get Twitpic to work successfully in uploading a picture through my iPhone app. This has worked fine in the past however now they\'ve changed all their auth code.
I have been working on an iPhone app that has a feature of uploading photos to TwitPic.I have it working with basic authentication.