2012-07-31 11 views

答えて

5

63206文字と思われます。ここでは、-APIをグラフ関連

http://www.zdnet.com/blog/facebook/facebook-increases-status-update-character-limit-to-63206/5754

は知ら限界です:

名:

{ 
    "error": { 
    "message": "(#100) name parameter cannot be longer than 1000 characters.", 
    "type": "OAuthException", 
    "code": 100 
    } 
} 

キャプション:

{ 
    "error": { 
    "message": "(#100) caption parameter cannot be longer than 1000 characters.", 
    "type": "OAuthException", 
    "code": 100 
    } 
} 

リンク:

{ 
    "error": { 
    "message": "(#100) link too long", 
    "type": "OAuthException", 
    "code": 100 
    } 
} 
1

メッセージが(つまり、あなたが添付ファイルやアクションのリンクなどしていない)状態の更新であれば、それは最大420個の文字を含めることができます。そうでない場合、投稿に添付ファイルまたはアクションリンクが含まれている場合、メッセージには最大10,000文字を含めることができます。

Facebook API: What is the Max length of 'message' on wall?

関連する問題