Have a look at http://gist.github.com/564882
Abraham
-
Abraham Williams | Hacker Advocate | http://abrah.am
@abraham | http://projects.abrah.am | http://blog.abrah.am
This email is: [ ] shareable [x] ask first [ ] private.
On Thu, Sep 2, 2010 at 19:50, David wrote:
> I found out tw
I found out twitter does not support Basic Auth any, and I wonder how
can I change my code from Basic Auth to OAuth.
and my code like following:
$username=username;
$password=password;
$message=message;
$host = "http://twitter.com/statuses/update.x
Quering feeds that do not require OAuth authentication may still be
using the old REST API method?
You're safe to continue using the non-api-subdomain version of OAuth for
awhile longer (it won't disappear on June 30th), but we recommend switching
to using the api subdomain (and SSL!) pro-actively in the event we decide to
be stricter here in the future. But we have no immediate plans to invalid
We use OAuth login in our application for a long time, but the links
are sth. like: "http://twitter.com/oauth/request_token";, and we just
found the new one should be sth. like "
http://api.twitter.com/oauth/request_token";.
It seems what we have now is OAuth 1.0A as mentioned in documents. We
are
Hi Folks,
I'm using OAuth in my twitter application and I was wondering
something.
Have received the user's permission by OAuth.
I saved my database oauth_token after for example one day later. Can I
update twitter status with my saved oauth_token?
Hi,
I would like to develop a tool on Twitter, i have few doubts. Please
clarify.
1. What is the use of OAuth authorization ?
2. From Twitter API we can update tweets without OAuth authorization. Why
this OAuth authorization?
--
Regards,
Praveen Kumar .N
Software Engineer
Netelixir e-Marketi