[twitter-dev] to send messages or tweets to twitter is that possible

2009-07-13 Thread nite21
hi all i want to send data from flash to twitter is that possible thanks

[twitter-dev] friends timeline help

2009-07-16 Thread nite21
hi all friends i want to show my friends timeline in flash im using this loadTwitterXML(http://twitter.com/statuses/friends_timeline/ shanebond1982.xml); but it is giving me an IOError Error opening URL 'http://twitter.com/statuses/friends_timeline/ shanebond1982.xml' Error #2044: Unhandled

[twitter-dev] Re: to send messages or tweets to twitter is that possible

2009-07-16 Thread nite21
i am the user nite21 i want to post a tweet hi im new here in my flash textfield and it shd be send to my twitter updates and it would be shown in twitter updates is it possible On Jul 13, 8:50 pm, Grant Emsley grant.ems...@gmail.com wrote: http://apiwiki.twitter.com/Libraries The very first

[twitter-dev] twitter status update

2009-11-26 Thread nite21
hi all how to do status updates using twitter api with flash will someone help me in this thansk

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

2009-12-03 Thread nite21
when i tested it show me Sorry the page doesnt exist hi shiplu pls help On Dec 3, 10:27 pm, shiplu shiplu@gmail.com wrote: curl_setopt($ch, CURLOPT_HTTPHEADER, array( Expect: ) ); -- A K M

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

2009-12-04 Thread nite21
hi shiplu i made changes in this i changed $id to $uid $ch = curl_init('http://twitter.com/statuses/destroy/' . $uid . '.xml'); now my delete is working but it shows the whole xml on deletion and if the same id deleted again it shows me No status found with that id xml but i wanted when it is

[twitter-dev] how to favourite and unfavorite a tweet

2009-12-05 Thread nite21
hi anybody knows how to favourite and unfavourite a tweet with php curl thanks

[twitter-dev] favourite problem

2009-12-19 Thread nite21
hi when i test my user timeline xml it shows favorite = true and when i load the same xml in flash it is showing favorite = false

[twitter-dev] how to reply to a friend using php

2009-12-19 Thread nite21
hi is there any method in twitter documentation or any php file regarding sending replies to a friend thanks

[twitter-dev] Re: how to favourite and unfavorite a tweet

2009-12-19 Thread nite21
thanks abraham :) On Dec 11, 10:15 pm, Abraham Williams 4bra...@gmail.com wrote: There are a number of PHP libraries that will help you get started:http://apiwiki.twitter.com/Libraries#PHP On Sat, Dec 5, 2009 at 06:00, nite21 shanebond1...@gmail.com wrote: hi anybody knows how to favourite

[twitter-dev] basic authentication not supported error

2011-02-10 Thread nite21
hi all im loading twitter xml data and showing it in flash when i load this xml to get data http://twitter.com/statuses/user_timeline/shanebond1982 i am getting this error basic authentication not supported error is there any other method to get the usertimeline data pls help thanks :) --

[twitter-dev] Re: basic authentication not supported error

2011-02-10 Thread nite21
? Also, the url should be like http://api.twitter.com/1/statuses/user_timeline/sh...82 Atleast i am using this and it works for me. On Thu, Feb 10, 2011 at 3:44 PM, nite21 shanebond1...@gmail.com wrote: hi all im loading twitter xml data and showing it in flash when i load this xml

[twitter-dev] Invalid signature

2011-04-15 Thread nite21
Hi Guys I am getting an invalid oauth signature error my url is this