'기타자료등'에 해당되는 글 2건

  1. 2010.06.11 :: librarys 1
  2. 2010.06.11 :: 트위터의 기능들...
기타자료등 2010. 6. 11. 15:26
With Twittelator's API, you can simply launch Twittelator Free or Pro, you can compose a new message, and if you are running a server checking for a user’s mentions, you can launch Twittelator Pro and show mentions or messages. Or you might be tracking a search query and have it load a search on launch.

Anyone can experiment with this API in Mobile Safari by entering valid Twittelator Pro links - ie
twit://

launch
post
• dm
• friends
search
user
status
list
• quote
        Simply open the url "twit://" to launch Twittelator Pro in Browser or via code:

        NSURL* url = [NSURL URLWithString:@"twit://"];
        [[UIApplication sharedApplication] openURL:url];
        New messages or replies can created by creating URL's of this form:

        twit:///post?<KEY>=<VALUE>&<KEY2>=<VALUE2>...&<KEYn>=<VALUEn>

        where valid
<KEY>'s and <VALUE>'s are:

        Required:
        message                RFC 2396 percent escaped* sentence less than 141 characters long

        Optional:
        isDirect                                1 if this is a direct message (private), 0 if new tweet or reply
        replyToScreenName        valid recipient's screen name
        replyToStatusID                status id of tweet to respond to

        Examples:
                new simple tweet:
        twit:///post?message=Twittelator%20Pro%20rocks%20the%20house

                new direct message to user @twittelator:
        twit:///post?message=Hey%20Dude&isDirect=1&replyToScreenName=twittelator
Launch Twittelator Pro and have it immediately load just new messages:

        twit:///directs

        Optional:
        twit:///directs?<KEY>=<VALUE>&<KEY2>=<VALUE2>...&<KEYn>=<VALUEn>

        where valid
<KEY>'s and <VALUE>'s are:

        id                                id string of this direct message
        from                        screen name of sender
        to                                screen name of account to load on launch

        Examples:
                DM sent by @peter to @evan
        twit:///directs?id=28716742&from=peter&to=evan
Launch Twittelator Pro and have it immediately load just new mentions:

        twit:///mentions

        Optional:
        twit:///mentions?<KEY>=<VALUE>&<KEY2>=<VALUE2>...&<KEYn>=<VALUEn>

        where valid
<KEY>'s and <VALUE>'s are:

        id                                id string of this direct message
        from                        screen name of sender
        to                                screen name of account to load on launch

        Examples:
                @mention sent by @peter to @evan
        twit:///mentions?id=28716742&from=peter&to=evan
Launch Twittelator Pro and have it immediately load just friends timeline:

        twit:///friends
Launch Twittelator Pro and have it immediately load this search query:

        twit:///search?q=<EXACT_SEARCH_QUERY>
        
Examples:
                search for "Harry Potter"
        twit:///search?q=Harry+Potter
                search for tweets from @twittelator with links in them
        twit:///search?q=&from=twittelator&filter=links

Using http://search.twitter.com/advanced, you can quickly create valid <EXACT_SEARCH_QUERY>'s!
Note: do not append the number of returned pages (the rpp parameter) because Twittelator automatically sets that depending on the user's preferences.

To launch Twittelator Pro and have it immediately display the Search panel, simply use:

        twit:///search
Launch Twittelator Pro and have it immediately load a user's info - great for following!

        twit:///user?screen_name=<TWITTER_NAME>
                        or
        twit:///user?id =<TWITTER_USER_ID>

Examples:
                get info on "Twittelator"
        twit:///user?screen_name=twittelator
        twit:///user?id=14793018
Launch Twittelator Pro and have it immediately load a given tweet

        twit:///status?id =<TWEET_ID>

Example:

        twit:///status?id=9043183075
Launch Twittelator Pro and have it immediately load a list

        twit:///list?slug =<LIST_SLUG>

Example:

        twit:///list?slug=twittelator/chess
Launch Twittelator Pro and have it immediately load an old-school editable retweet
Requires both screen_name (author of original status) and message:

        twit:///quote?screen_name=<SCREEN_NAME>&message=<MESSAGE>

Examples:

        twit:///quote?screen_name=twittelator&message=Hey%20Now
Launch Twittelator Pro and have it immediately retweet a status

        twit:///retweet?id=<STATUS_ID>

Example:
        twit:///retweet?id=<STATUS_ID>


        

*For more info, see Apple documentation for
CFURLCreateStringByAddingPercentEscapes
** available in Twittelator Pro V3.1 and later

'기타자료등' 카테고리의 다른 글

트위터의 기능들...  (0) 2010.06.11
posted by 동글동글82
:
기타자료등 2010. 6. 11. 10:51
다른 사이트에 가도 잘 정리되어 있지만, 내가 이해한 것들을 정리하기 위해서...

해쉬태그는 # 이렇게 쓰면 태그를 가지고 있다가, 특정 해쉬코드를 찾는 사람들에게 그 글을 보여주는 기능을 합니다.

ex) #김강민님천재당_ 김강민님은 천재당
이렇게 작성을 하면 나중에 '#김강민님천재당_ '으로 찾으면 됩니다.
한글로 작성시 마지막에 언더바가 들어가고, 영문으로 작성시에는 언더바가 빠집니다.

mention은 @ 특정한 인물에게 보내는 메세지인데... 저를 따라오시는 모든 분들이 볼 수 있네요...
ex) @kangmini82 강민아 안녕~

DM은 다이렉트 메세지... 제가 쓰는 메세지를 받는 사람만이 볼 수 있군요...

ex) dm kangmini82 강민아 안녕~

  KKRelisa
@kangmini82 해시테그가 검색된 창은 정지한 창이 아닌 꾸준히 갱신되는 창으로 같은 해시테그를 쓴 다른 사람의 글을 확인할 수 있음. 예를들어 # k_on 을 검색해두면 TL처럼 새로 작성된 글이 있다고 표시가 나오지.

  KKRelisa
@kangmini82 트위터의 공식 리트윗은 자신의 코멘트를 붙일 수 없는대신 리트윗당한 수가 표시되고 그 집계량을 볼 수 있음. 구 형식인 'RT @계정명'은 반대로 코멘트를 얻고 통계를 버림.

  KKRelisa
@kangmini82 또한 다이렉트 메세지는 자신이 팔로우한 사람에게만 보낼 수 있음. 그것이 장점이자 약점.
 

 
kangmini82
web에서는 리트윗을 그냥 누루면 되던데... 그런데 "RT @ ID"말고 다른걸 치면 리투윗이 안되는 것 같네요...

  KKRelisa
@kangmini82 적어도 나는 복사 붙여넣기로 글자수 맞춰 올리는 걸로 알고 있어. 말했다시피 문자로 따로 RT를 적는 방식은 통계에 안 잡혀서 나중에 따로 보기 힘든데 일부 어플리에선 공식 RT기능이 씹히기도하니 그 대응으로서의 가치가 있긴하지.


 
KKRelisa
이야기가 나와서 하는 소리지만 RT와 맨션은 다릅니다. 모두의 공감을 가질 이야기가 아닌이상 뭐든지 RT하는건 비메너입니다. / はっきり言ってRTとメンションは違います。皆が共感するような話題ではない限り全てのつぶやきをRTするのはマナ違反です。 
 dondeki
 #초보니까괜찮당_ #moyu_ 신입팔로워 님들아!!! 트윗 글보는게 넘 힘드시죠!! 홈메뉴에 가셔서 @본인아이디 눌러보세요 님들께 다른팔로님들이 말씀하시는것만 보여요^^ 타임라인 별로!
dondeki
#초보니까괜찮당_ 신입회원 님들하~있죠 글보기 할때 @아이뒤 눌러보세요 팔로님들이 님들께 보내는 트윗만 보일 꺼에요^^ 순서대로 보이니까 순서대로 대답해 주면 되겠쬬?

 
harumachikomoe
@kangmini82 RT붙는건 원래 웹에서는 없는 기능이예요.



magists 그라비티는 내가 쓰는 휴대폰인 익뮤 전용 트위터 프로그램이라는...RT @kangmini82: @magists twtkr, twitaddons, web, android, iphone까지는 알겠는데 Gravity는 어디서 작성한 문서냐? 

mrtnjin
 
@kangmini82 어렵게 생각할거없지 그냥 키워드앞에 샵붙여 넣고 검색하기 쉽게 할려고 그런거 아닌가 그게 다야

'기타자료등' 카테고리의 다른 글

librarys  (1) 2010.06.11
posted by 동글동글82
: