[twitter-dev] Twitter OAuth 401 Unauthorized

2011-03-10 Thread Tudor Claudiu Florea
Hello,
I am trying to build an application for twitter and in order to do
that i need to build functions that post all requests to twitter only
with pure PHP. no OAuth libraries or other user build libraries.

problem is i always get the 401 unauthorized header.
I have done twitter tutorial about this with theyr values(keys) and
got same signature base and signature and everything else but when i
input my data(secret key and stuff) all i get is 401 unauthorized

This is a sample of my sent/received headers

POST /oauth/request_token HTTP/1.1
Host:api.twitter.com:443
Content-Type: application/x-www-form-urlencoded
Authorization:OAuth oauth_callback=http%3A%2F%2Fadme.ro
%2Ftwitter_request.php,oauth_consumer_key=xxx..xxx,oauth_nonce=1299752712,oauth_signature_method=HMAC-
SHA1,oauth_timestamp=1299752712,oauth_version=1.0,signature=Mv2IRkcgCp3BNocBKFq8FJNN1OE
%3D

HTTP/1.1 401 Unauthorized
Date: Thu, 10 Mar 2011 10:25:18 GMT
Server: hi
Status: 401 Unauthorized
X-Transaction: 1299752718-94070-29343
Last-Modified: Thu, 10 Mar 2011 10:25:18 GMT
X-Runtime: 0.00653
Content-Type: text/html; charset=utf-8
Content-Length: 44
Pragma: no-cache
X-Revision: DEV
Expires: Tue, 31 Mar 1981 05:00:00 GMT
Cache-Control: no-cache, no-store, must-revalidate, pre-check=0, post-
check=0
Set-Cookie: k=93.114.42.59.1299752718223070; path=/; expires=Thu, 17-
Mar-11 10:25:18 GMT; domain=.twitter.com
Set-Cookie: guest_id=129975271823092185; path=/; expires=Sat, 09 Apr
2011 10:25:18 GMT
Set-Cookie:
_twitter_sess=BAh7CDoPY3JlYXRlZF9hdGwrCJePTJ8uAToHaWQiJTYwOGViZTRmYjYzY2Rm
%250AYTI5NjM3NDRmZTNkODIwODg3IgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVy
%250AOjpGbGFzaDo6Rmxhc2hIYXNoewAGOgpAdXNlZHsA--
c237f0c52f06bd5e58f547db67136857e092fa2f; domain=.twitter.com; path=/;
HttpOnly
Vary: Accept-Encoding
Connection: close

Failed to validate oauth signature and token

Can someone help me with this? i ran out of ideeas ...

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Cancel Follow Request API

2011-03-10 Thread m36tb6ll

Hi -- I just read that there was already a request to add this in the
API but it seems that it was not implemented yet. Do we have an ETA
for it? Is there a workaround? All I can think of now it to direct
users to the twitter page of the protected account that they want to
cancel the follow request but I am hoping that there is a better way.

Thanks --

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Re: collecting followers and friends

2011-03-10 Thread amit debnath
Actually, both the lists are stored in the database, and the displays are 
via SQL. Also, the display is not on the home page. 

I tried to run the accumulation process in the background. But neither 
shell_exec nor pcntl_fork was of any help. Tried this too 
http://www.shapeshifter.se/2008/08/04/asynchronous-background-execution-with-php/
 
but nothing worked. But if i run the program from command line, it works.

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk