Re: [twitter-dev] How to retrieve url link written in a tweet please?

2009-12-26 Thread Lukas Müller
Hi,

Twitter just gives you the text of the tweet.
You have to parse the URL out of the text with a regex. e.g.

Greetings from Germany
Lukas

Am 26.12.2009 18:25, schrieb humbucker:
 I would like to be able to retrieve the url written in the tweet text,
 e.g (here we got a twitpic url)
 
 How can this be achieved please ?



Re: [twitter-dev] Removing Registered Application

2010-01-04 Thread Lukas Müller
http://twitter.com/apps - Click on the App - Edit - Delete-Button

It's so simple. ;-)

Greetings from Germany
Lukas


Re: [twitter-dev] Is there a way to auto-update my status?

2010-01-09 Thread Lukas Müller

You can auth. via BasicAuth. Its really simple.
No need to create an App.

Am 09.01.2010 um 17:57 schrieb jpatterson je...@squarecompass.com:


I have a WordPress blog to which I and other writers add new posts
frequently. After I (or my writers) post a new post, I would like my
status to automatically be updated with the new post. I've looked
throught the RESTful API and it looks like there is a status update
call, but it looks like I would have to create a Twitter application
to make it work (which seems a bit extreme to me). Is there a way to
simply pass twitter some authentication data and my new status and
have it automatically update my status? Thanks.


Re: [twitter-dev] How Does TwittPic Works ?

2010-02-02 Thread Lukas Müller

Only old apps can do this. New apps cannot use it.


[twitter-dev] Search tweets from users in list

2010-03-11 Thread Lukas Müller
Hello,

is there any possibility to search tweets from users that are on list
xyz/123 (as example ;-)) via the twitter search RSS feed?

Already tried the following queries with no result:
@xyz/123
from:xyz/123

Thank you and greetings from germany :-)
Lukas