å®è¡çµæ' ; // ã¨ã©ã¼å¤å® if( !$obj || !isset($obj->data) ) { $html .= '
ãã¼ã¿ãåå¾ã§ãã¾ããã§ããâ¦ãè¨å®ãå確èªãã¦ä¸ããã
' ; } else { // ã³ã¡ã³ãã解æ foreach( $obj->data as $item ) { // åãã¼ã¿ã®æ´ç $id = $item->id ; // ã³ã¡ã³ãID $text = $item->text ; // ã³ã¡ã³ãæ¬æ $created_time = $item->created_time ; // æ稿æ¥æ $from_id = $item->from->id ; // ã¦ã¼ã¶ã¼ID $from_username = $item->from->username ; // ã¦ã¼ã¶ã¼å $from_profile_picture = ( isset( $item->from->profile_picture ) ) ? $item->from->profile_picture : '' ; // ã¢ã¤ã³ã³ç»å $from_full_name = ( isset( $item->from->full_name ) ) ? $item->from->full_name : '' ; // ãã«ãã¼ã // æ¥ä»ã®æ´å½¢ $date = date( 'Y/m/d H:i' , $created_time ) ; // ãã©ã¦ã¶ã«åºå $html .= 'ä¸è¨ã®ãã¼ã¿ãåå¾ã§ãã¾ããã
' ; $html .= 'ãã®ã¢ããªã±ã¼ã·ã§ã³ã¨ã®é£æºã¯ãä¸è¨è¨å®ãã¼ã¸ã§è§£é¤ãããã¨ãã§ãã¾ãã
' ; $html .= 'https://instagram.com/accounts/manage_access/
' ; ?>