Re: [twitter-dev] Add My Application In Twitter

2010-02-16 Thread shiplu
Just visit http://twitter.com/oauth Its all about twitter oauth applications :) -- Shiplu Mokaddim My talks, http://talk.cmyweb.net Follow me, http://twitter.com/shiplu SUST Programmers, http://groups.google.com/group/p2psust Innovation distinguishes bet ... ... (ask Steve Jobs the rest)

Re: [twitter-dev] How can we change ownership of an app?

2009-12-23 Thread shiplu
account. Then I updated the tokens. It worked. -- Shiplu Mokaddim My talks, http://talk.cmyweb.net Follow me, http://twitter.com/shiplu SUST Programmers, http://groups.google.com/group/p2psust Innovation distinguishes bet ... ... (ask Steve Jobs the rest)

Re: [twitter-dev] small update c client

2009-12-22 Thread shiplu
If you get 302 it'll contain a Location header. Make request to that location again. You are requesting to twitter.com. You should be using api.twitter.com/1 instead. Its better you use curl in C. Here is a code snippet for you http://pastie.org/752884 Its generated by curl. -- Shiplu

[twitter-dev] connection to 168.143.162.100:80 was ESTABLISHED for 6 hours

2009-12-22 Thread shiplu
Hello, My cron send friendship/destroy request but twitter didn't send any reply. And it didn't close http connection too. I didn't use any timeout so the connection was ESTABLISHED for more than 6 hours. What could be the reason for this? Network issue? -- Shiplu Mokaddim My talks, http

Re: [twitter-dev] error Unable to connect to the remote server Status failed

2009-12-21 Thread shiplu
then paste it. -- Shiplu Mokaddim My talks, http://talk.cmyweb.net Follow me, http://twitter.com/shiplu SUST Programmers, http://groups.google.com/group/p2psust Innovation distinguishes bet ... ... (ask Steve Jobs the rest)

[twitter-dev] 168.143.162.36... Connection timed out

2009-12-20 Thread shiplu
Why is this? $ curl -iv http://twitter.com/shiplu * About to connect() to twitter.com port 80 (#0) * Trying 168.143.162.36... Connection timed out * couldn't connect to host * Closing connection #0 curl: (7) couldn't connect to host I am facing this for almost 3-4 days. -- Shiplu Mokaddim My

Re: [twitter-dev] 168.143.162.36... Connection timed out

2009-12-20 Thread shiplu
* * * 53 * * * 54 * * * 55 * * * 56 * * * 57 * * * 58 * * * 59 * * * 60 * * * 61 * * * 62 * * * 63 * * * 64 * * * -- Shiplu Mokaddim My talks, http://talk.cmyweb.net Follow me, http://twitter.com/shiplu SUST Programmers, http://groups.google.com/group/p2psust Innovation distinguishes bet

Re: [twitter-dev] 168.143.162.36... Connection timed out

2009-12-20 Thread shiplu
Used all these ips. 128.121.146.100 128.121.146.228 128.121.243.228 168.143.161.20 168.143.162.116 168.143.162.36 168.143.162.52 168.143.162.68 168.143.171.84 Result is same. -- Shiplu Mokaddim My talks, http://talk.cmyweb.net Follow me, http://twitter.com/shiplu SUST Programmers, http

Re: [twitter-dev] 168.143.162.36... Connection timed out

2009-12-20 Thread shiplu
My external IP address is 202.56.7.116 Its dynamic. 202.56.7.* part is fixed. -- Shiplu Mokaddim My talks, http://talk.cmyweb.net Follow me, http://twitter.com/shiplu SUST Programmers, http://groups.google.com/group/p2psust Innovation distinguishes bet ... ... (ask Steve Jobs the rest)

Re: [twitter-dev] 168.143.162.36... Connection timed out

2009-12-20 Thread shiplu
is broken. -- Shiplu Mokaddim My talks, http://talk.cmyweb.net Follow me, http://twitter.com/shiplu SUST Programmers, http://groups.google.com/group/p2psust Innovation distinguishes bet ... ... (ask Steve Jobs the rest)

[twitter-dev] More headers along with 403

2009-12-19 Thread shiplu
got 400 status code. Now as its 403, It seems its for POST requests. Will there be any extra headers along with 403 so that I can handle the error properly? -- Shiplu Mokaddim My talks, http://talk.cmyweb.net Follow me, http://twitter.com/shiplu SUST Programmers, http://groups.google.com/group

Re: [twitter-dev] Re: Rate Limit Whitelisting Change

2009-12-19 Thread shiplu
from w.w.w.w interface. In curl we do this by curl --interface w.w.w.w http://twitter.com/account/rate_limit_status.xml -- Shiplu Mokaddim My talks, http://talk.cmyweb.net Follow me, http://twitter.com/shiplu SUST Programmers, http://groups.google.com/group/p2psust Innovation distinguishes bet

Re: [twitter-dev] Oauth using api.twitter.com vs twitter.com

2009-12-17 Thread shiplu
try to find cookies from api.twitter.com. But there is no cookie. So you have to sign in again I guess. Its better to use twitter.com instead of api.twitter.com when its one of those 4 oauth urls. -- Shiplu Mokaddim My talks, http://talk.cmyweb.net Follow me, http://twitter.com/shiplu SUST

Re: [twitter-dev] Current policy on following apps

2009-12-17 Thread shiplu
though. Cause you starts to follow to get follower. Not to read their tweets. :P -- Shiplu Mokaddim My talks, http://talk.cmyweb.net Follow me, http://twitter.com/shiplu SUST Programmers, http://groups.google.com/group/p2psust Innovation distinguishes bet ... ... (ask Steve Jobs the rest)

Re: [twitter-dev] friendships/create method and 403 ambiguity

2009-12-15 Thread shiplu
://twitter.com/shiplu SUST Programmers, http://groups.google.com/group/p2psust Innovation distinguishes bet ... ... (ask Steve Jobs the rest)

[twitter-dev] friendships/create method and 403 ambiguity

2009-12-14 Thread shiplu
/forums/10711/entries/15364 -- A K M Mokaddim My talks, http://talk.cmyweb.net Follow me, http://twitter.com/shiplu Innovation distinguishes bet ... ... (ask Steve Jobs the rest)

Re: [twitter-dev] BLACKLISTING

2009-12-11 Thread shiplu
affected. -- A K M Mokaddim My talks, http://talk.cmyweb.net Follow me, http://twitter.com/shiplu SUST Programmers, http://groups.google.com/group/p2psust Innovation distinguishes bet ... ... (ask Steve Jobs the rest)

Re: [twitter-dev] Re: simply verify that user exists

2009-12-11 Thread shiplu
than XML I think -- A K M Mokaddim My talks, http://talk.cmyweb.net Follow me, http://twitter.com/shiplu SUST Programmers, http://groups.google.com/group/p2psust Innovation distinguishes bet ... ... (ask Steve Jobs the rest)

Re: [twitter-dev] delete status with curl php

2009-12-03 Thread shiplu
curl_setopt($ch, CURLOPT_HTTPHEADER,                        array(                                Expect:                        )                ); -- A K M Mokaddim My talks, http://talk.cmyweb.net Follow me, http://twitter.com/shiplu SUST Programmers, http://groups.google.com/group/p2psust

Re: [twitter-dev] Are lists having problems?

2009-12-02 Thread shiplu
The error is Something is technically wrong. Thanks for noticing we're going to fix it up and have things back to normal soon -- A K M Mokaddim My talks, http://talk.cmyweb.net Follow me, http://twitter.com/shiplu SUST Programmers, http://groups.google.com/group/p2psust Innovation

Re: [twitter-dev] Testing whitelisted IP

2009-11-27 Thread Shiplu
%250AQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVz%250AZWR7AA%253D%253D--f9c9801cad717aa2fd4138a43b80cfb73ade35ef; domain=.twitter.com; path=/ Vary: Accept-Encoding Connection: close -- A K M Mokaddim Talks: http://talk.cmyweb.net Follow: http://twitter.com/shiplu SUST Programmers help desk. http

[twitter-dev] Testing whitelisted IP

2009-11-25 Thread shiplu
--6fa4c4ce1ea2802dfeccc88ea41b96d299d59707; domain=.twitter.com; path=/ Vary: Accept-Encoding Connection: close {results:[ __truncated___ Does that mean its not yet activated as I got the approval mail already. -- A K M Mokaddim My talks, http://talk.cmyweb.net Follow me, http://twitter.com/shiplu SUST Programmers

Re: [twitter-dev] Banned For 1000s of friendship deletes/hr

2009-11-22 Thread shiplu
://twitter.com/shiplu

Re: [twitter-dev] Banned For 1000s of friendship deletes/hr

2009-11-20 Thread shiplu
/shiplu বাংলিশ লেখার চাইতে বাংলা লেখা অনেক ভাল Sent from Dhaka, Bangladesh

Re: [twitter-dev] Re: My application for whitelisting has been rejected for no reason!

2009-11-20 Thread shiplu
for whitelisting. Who knows I can face the same problem. -- A K M Mokaddim My talks, http://talk.cmyweb.net Follow me, http://twitter.com/shiplu বাংলিশ লেখার চাইতে বাংলা লেখা অনেক ভাল Sent from Dhaka, Bangladesh

[twitter-dev] Banned For 1000s of friendship deletes/hr

2009-11-19 Thread shiplu
still in dark. Still dont know what the exact number is. Any idea how do I avoid such limit? -- A K M Mokaddim http://talk.cmyweb.net http://twitter.com/shiplu Stop Top Posting !! বাংলিশ লেখার চাইতে বাংলা লেখা অনেক ভাল Sent from Dhaka, Bangladesh

Re: [twitter-dev] Message curl

2009-11-18 Thread shiplu
it. Not using windows for long. I forgot how to escape. -- A K M Mokaddim http://talk.cmyweb.net http://twitter.com/shiplu Stop Top Posting !! বাংলিশ লেখার চাইতে বাংলা লেখা অনেক ভাল

[twitter-dev] Handle X-RateLimit-Reset

2009-11-18 Thread shiplu
://talk.cmyweb.net http://twitter.com/shiplu Stop Top Posting !! বাংলিশ লেখার চাইতে বাংলা লেখা অনেক ভাল Sent from Dhaka, Bangladesh

[twitter-dev] Re: Empty reply from server on Streaming API?

2009-11-15 Thread shiplu
  �...@jdlh    Twanguages: a language census of Twitter @twanguageshttp://jdlh.com/en/pr/twanguages.html -- Sent from my mobile device A K M Mokaddim http://talk.cmyweb.net http://twitter.com/shiplu Stop Top Posting !! বাংলিশ লেখার চাইতে বাংলা লেখা অনেক ভাল

[twitter-dev] Re: Why is my app showing 1 user no matter how many users sign up ?

2009-11-10 Thread shiplu
Yes, you must be doing something wrong. But its not related to twitter api. Its related to you application logic. -- A K M Mokaddim http://talk.cmyweb.net http://twitter.com/shiplu Stop Top Posting !! বাংলিশ লেখার চাইতে বাংলা লেখা অনেক ভাল

[twitter-dev] Re: PHP Libraries for OAuth

2009-11-02 Thread shiplu
For PHP, there is a pecl extension. -- A K M Mokaddim http://talk.cmyweb.net http://twitter.com/shiplu Stop Top Posting !! বাংলিশ লেখার চাইতে বাংলা লেখা অনেক ভাল

[twitter-dev] Re: 52: Empty reply from server

2009-10-31 Thread shiplu
that frequently. -- A K M Mokaddim http://talk.cmyweb.net http://twitter.com/shiplu Stop Top Posting !! বাংলিশ লেখার চাইতে বাংলা লেখা অনেক ভাল

[twitter-dev] Re: Cacheing

2009-10-30 Thread shiplu
On Fri, Oct 30, 2009 at 7:32 AM, reaL-Insanity insanity1...@googlemail.com wrote: Is it possible to cache all data from twitter? Yes. If you want to cache, any data is cache able. -- A K M Mokaddim http://talk.cmyweb.net http://twitter.com/shiplu Stop Top Posting !! বাংলিশ লেখার চাইতে বাংলা

[twitter-dev] 52: Empty reply from server

2009-10-24 Thread shiplu
http://twitter.com/shiplu Stop Top Posting !! বাংলিশ লেখার চাইতে বাংলা লেখা অনেক ভাল Sent from Dhaka, Bangladesh

[twitter-dev] Re: 52: Empty reply from server

2009-10-24 Thread shiplu
I think its related. I am requesting via OAuth pecl extension of PHP. Any type of request to twitter now contains no header no data. -- A K M Mokaddim http://talk.cmyweb.net http://twitter.com/shiplu Stop Top Posting !! বাংলিশ লেখার চাইতে বাংলা লেখা অনেক ভাল Sent from Dhaka, Bangladesh

[twitter-dev] Re: Regex to get user agent aka 'source'

2009-10-12 Thread shiplu
Do you use php?? If yes, use strip_tags() function. otherwise -- A K M Mokaddim http://talk.cmyweb.net http://twitter.com/shiplu Stop Top Posting !! বাংলিশ লেখার চাইতে বাংলা লেখা অনেক ভাল Sent from Dhaka, Bangladesh

[twitter-dev] Off line version of api wiki

2009-09-29 Thread shiplu
Hello, Is there any offline version of twitter api? -- A K M Mokaddim http://twitter.com/shiplu

[twitter-dev] Re: Off line version of api wiki

2009-09-29 Thread shiplu
On Tue, Sep 29, 2009 at 11:56 PM, Raffi Krikorian ra...@twitter.com wrote: hi. unfortunately, at this date, no -- apiwiki.twitter.com is the only available documentation. hmm. Just made one by wget -mkq http://apiwiki.twitter.com -- A K M Mokaddim http://twitter.com/shiplu

[twitter-dev] Re: Have tweet ID, need the URL prefix

2009-09-16 Thread shiplu
://twitter.com/shiplu Stop Top Posting !! বাংলিশ লেখার চাইতে বাংলা লেখা অনেক ভাল Sent from Dhaka, Bangladesh

[twitter-dev] Re: Automated URL shortening

2009-08-30 Thread shiplu
Does anyone know if I post a long url from web interface, will be shortened?? When I paste the long url in the textbox, twitter disables the submit button by js. If thats the case, how do I post long urls? -- A K M Mokaddim http://talk.cmyweb.net http://twitter.com/shiplu Stop Top Posting

[twitter-dev] Mass Direct Message Deletion

2009-08-28 Thread shiplu
this would be great. curl -u user:password --http-request DELETE http://twitter.com/direct_messages/destroy/88619845,88619846,88619847,88619848.xml -- A K M Mokaddim http://talk.cmyweb.net http://twitter.com/shiplu Stop Top Posting !! বাংলিশ লেখার চাইতে বাংলা লেখা অনেক ভাল Sent from Dhaka, Bangladesh

[twitter-dev] Re: Trying to display JSON object

2009-08-23 Thread shiplu
foreach($json-results as $result){ $result-item; } will do. -- A K M Mokaddim http://talk.cmyweb.net http://twitter.com/shiplu Stop Top Posting !! বাংলিশ লেখার চাইতে বাংলা লেখা অনেক ভাল

[twitter-dev] Re: Stop playing around with Source parameters

2009-08-22 Thread shiplu
Use DOM functions in your language to parse it. Dont use Regex. Another Good solution is using libxml. But Html is not XML. So you may have to convert it. Thats why DOM is better. -- A K M Mokaddim http://talk.cmyweb.net http://twitter.com/shiplu Stop Top Posting !! বাংলিশ লেখার চাইতে বাংলা লেখা

[twitter-dev] Re: New problem with JSON search API on 32-bit OS?

2009-08-22 Thread shiplu
, max_id) to 2^64 in database. insert into tbl1(max_id) values ( if($num0, pow(2,64)+$num, $num) ); something like that. -- A K M Mokaddim http://talk.cmyweb.net http://twitter.com/shiplu Stop Top Posting !! বাংলিশ লেখার চাইতে বাংলা লেখা অনেক ভাল

[twitter-dev] Re: storing access tokens

2009-08-18 Thread shiplu
practice, or are there any issues with this solution? No problem with it. These tokens are given so that you dont have to reauthenticate. So store it and use it. It has no expiry time. At least nothing is said in spec. -- A K M Mokaddim http://talk.cmyweb.net http://twitter.com/shiplu Stop Top

[twitter-dev] Re: API image urls hosed?

2009-08-14 Thread shiplu
-1_normal.jpg curl --head http://a1.twimg.com/profile_images/363020254/Untitled-1_bigger.jpg But none of the url for s3.amazonaws.com is working ! -- A K M Mokaddim http://talk.cmyweb.net http://twitter.com/shiplu Stop Top Posting !! বাংলিশ লেখার চাইতে বাংলা লেখা অনেক ভাল

[twitter-dev] Re: Trademark infringement

2009-08-12 Thread shiplu
http://twitter.com/shiplu Stop Top Posting !! বাংলিশ লেখার চাইতে বাংলা লেখা অনেক ভাল Sent from Dhaka, Bangladesh

[twitter-dev] Re: Rate Limit Change?

2009-08-12 Thread shiplu
If its called from a whitelisted IP, It will be charged to IP. Not account. -- A K M Mokaddim http://talk.cmyweb.net http://twitter.com/shiplu Stop Top Posting !! বাংলিশ লেখার চাইতে বাংলা লেখা অনেক ভাল Sent from Dhaka, Bangladesh

[twitter-dev] RateLimit Calculation

2009-08-11 Thread shiplu
://twitter.com/shiplu Stop Top Posting !! বাংলিশ লেখার চাইতে বাংলা লেখা অনেক ভাল

[twitter-dev] Re: RateLimit Calculation

2009-08-11 Thread shiplu
On Wed, Aug 12, 2009 at 3:57 AM, Dewald Pretoriusdpr...@gmail.com wrote: On Aug 11, 5:53 pm, shiplu shiplu@gmail.com wrote: Scenario 1: No, you don't. Status updates are POSTs, which do not count against your 20,000 rate limit. Dewald Oops! Basic Mistake! But what about I am talking

[twitter-dev] Re: RateLimit Calculation

2009-08-11 Thread shiplu
://talk.cmyweb.net http://twitter.com/shiplu Stop Top Posting !! বাংলিশ লেখার চাইতে বাংলা লেখা অনেক ভাল Sent from Dhaka, Bangladesh

[twitter-dev] Re: Twitter API is unresponsive, can we crawl the twitter.com website?

2009-08-09 Thread shiplu
://talk.cmyweb.net http://twitter.com/shiplu Stop Top Posting !! বাংলিশ লেখার চাইতে বাংলা লেখা অনেক ভাল Sent from Dhaka, Bangladesh

[twitter-dev] Re: Quick poll: Can anyone do anything on twitter.com?

2009-08-09 Thread shiplu
I can login and tweet. But I cannot register new Application. :( When submit the application credentials the screen goes blank. And I cannot create new twitter account too. I have been trying for 3/4 days. None of these works. -- A K M Mokaddim http://talk.cmyweb.net http://twitter.com/shiplu

[twitter-dev] Re: using twitter images

2009-08-06 Thread shiplu
? or can i just go find it at google images? The path of your logo is in the response xml. Read it carefully. -- A K M Mokaddim http://talk.cmyweb.net http://twitter.com/shiplu Stop Top Posting !! বাংলিশ লেখার চাইতে বাংলা লেখা অনেক ভাল

[twitter-dev] Re: Current Twitter site status

2009-08-06 Thread shiplu
I see. Thats the reason why I can register my new app ! ! ! :( -- A K M Mokaddim http://talk.cmyweb.net http://twitter.com/shiplu Stop Top Posting !! বাংলিশ লেখার চাইতে বাংলা লেখা অনেক ভাল Sent from Dhaka, Bangladesh

[twitter-dev] Re: oauth_token and secret length

2009-07-24 Thread shiplu
://twitter.com/shiplu Stop Top Posting !! বাংলিশ লেখার চাইতে বাংলা লেখা অনেক ভাল Sent from Dhaka, Bangladesh

[twitter-dev] Re: twitter developer marketplace

2009-07-15 Thread shiplu
Great! I was looking for something like this. At least as a developer. -- A K M Mokaddim http://twitter.com/shiplu Stop Top Posting !! বাংলিশ লেখার চাইতে বাংলা লেখা অনেক ভাল

[twitter-dev] Re: from API

2009-07-03 Thread shiplu
No doubt it will be closed. But from now on twitter should approve more applications. Cause many applications are using this from web and converted to from API. Soon they will apply for approval. -- A K M Mokaddim http://talk.cmyweb.net http://twitter.com/shiplu Stop Top Posting !! বাংলিশ লেখার

[twitter-dev] Re: Can I Pass Parameters to signup to Pre-Fill Form Fields?

2009-06-28 Thread shiplu
You can not. Unless twitter allows it with some api or something like that. -- A K M Mokaddim http://talk.cmyweb.net http://twitter.com/shiplu Stop Top Posting !! বাংলিশ লেখার চাইতে বাংলা লেখা অনেক ভাল

[twitter-dev] Re: json parsing code not workin..urgent plzzz!!!!!

2009-06-08 Thread shiplu
://twitter.com/friendships/exists.json;/script If this url supports callback parameter, specify a callback. It'll work almost like ajax. -- A K M Mokaddim http://talk.cmyweb.net http://twitter.com/shiplu Stop Top Posting !! বাংলিশ লেখার চাইতে বাংলা লেখা অনেক ভাল Sent from Dhaka, Bangladesh

[twitter-dev] Re: Has anyone created a ping bot account?

2009-06-04 Thread shiplu
A ping bot account that sends current time every secends. #!/bin/sh MSG=`date` # Interval in seconds INTERVAL=1 while [ 1 -lt 3 ] do curl -u TWITTERUSER:TWITTERPASS -d status=${MSG} sleep ${INTERVAL} done Hope you get the idea. -- A K M Mokaddim http://talk.cmyweb.net http://twitter.com/shiplu

[twitter-dev] Re: how to specify source in php with curl

2009-06-03 Thread shiplu
: $twitterPassword);                $result = curl_exec($curl);                $resultArray = curl_getinfo($curl); -- A K M Mokaddim http://talk.cmyweb.net http://twitter.com/shiplu Stop Top Posting !! বাংলিশ লেখার চাইতে বাংলা লেখা অনেক ভাল

[twitter-dev] Re: Sending DMs via curl with extended characters?

2009-05-26 Thread shiplu
like spiesquot; user=tj' http://twitter.com/direct_messages/new.xml If you use double quotation in linux use \ to escape shell meta character If you are in windows use ^ to escape shell meta character -- A K M Mokaddim http://talk.cmyweb.net http://twitter.com/shiplu Stop Top Posting !! বাংলিশ

[twitter-dev] public timeline from specific application source

2009-05-24 Thread Shiplu
Please check the following curl query. curl -u username:password http://twitter.com/statuses/public_timeline.xml?source=kdetwitter This query should return the 20 most recent statuses from non- protected users who used *kdetwitter* to tweet. Is it possible? Is there any other way to achieve