Header

  1. View current page

    openmaru development documentation

Profile_img_60x60_06
13 15

귓속말

귓속말#

Resource#

account#
  • openid : 사용자의 오픈아이디 / (읽기가능)
  1. <accounts type="array">
      <account>
        <openid>http://ias.myid.net/</openid>   
      </account>
    </accounts>
message#
  • id : 메시지 ID / (읽기가능)
  • hasRead : 읽었는지 여부 / (읽기가능,쓰기가능)
  • starCheck : star 체크 여부 / (읽기가능,쓰기가능)
  • from : 메시지 송신자 / (읽기가능,쓰기가능)
  • content : 메시지 내용 / (읽기가능,쓰기가능)
  • sent-date : 전송 일자 / (읽기가능)

예>  XML 포맷일 경우

  1. <messages>
      <message id="120387129847392847" hasRead="yes/no" starCheck="yes/no">
        <from>http://ias.myid.net/</from>
  2.     <content><![CDATA[ .... ]]></content>
        <sent-date>yyyy-MM-dd HH:mm:ss</sent-date>
      </message>
      <message id="12033213218930213" hasRead="yes/no" starCheck="yes/no">
        <from>http://ias.myid.net/</from>
        <content><![CDATA[ .... ]]></content>
        <sent-date>yyyy-MM-dd HH:mm:ss</sent-date>
      </message>
    </messages>

 

URLs#

account 요청 URL#
회원가입 API

 

"계정 유무 조회 API"를 이용하여 해당 서비스의 회원이 아닐 경우 아래 API를 이용해 가입후 지정된 URL로 돌아올 수 있습니다.

 

 

messages 요청 URL#

 

History

Last edited on 11/06/2008 16:31 by rath

Comments (0)

You must log in to leave a comment. Please sign in.