pagination->next_url;
//echo $next_request_url;
//print_r($obj);
//die();
// HTMLを作成
//$html .= ‘
kapiosan photo gallery
‘ ;
$html .= ‘
// エラー判定
if( !$obj || !isset($obj->data) )
{
$html .= ‘
データを取得できませんでした…。設定を再確認して下さい。
‘ ;
}
else
{
foreach( $obj->data as $item )
{
// 各データ
//$id = $item->id ; // メディアID
//$type = $item->type ; // メディアタイプ
$link = $item->link ; // リンク
$images = $item->images->low_resolution->url ; // 画像
$date = $item->created_time ; // 日付 (UNIX TIMESTAMP)
$likes = ( isset($item->likes->count) ) ? $item->likes->count : 0 ; // ライク数
$comments = ( isset($item->comments->count) ) ? $item->comments->count : 0 ; // コメント数
// ユーザー情報
//$user_id = $item->user->id ; // 投稿者ID
//$user_name = $item->user->username ; // 投稿者のユーザーネーム
//$user_full_name = ( isset($item->user->full_name) ) ? $item->user->full_name : ” ; // 投稿者のユーザーネーム
//$user_profile_picture = ( isset( $item->user->profile_picture ) ) ? $item->user->profile_picture : ” ; // アイコン画像
// 場所情報
//$location_id = ( isset($item->location->id) ) ? $item->location->id : ” ; // 場所ID
//$location_name = ( isset($item->location->name) ) ? $item->location->name : ” ; // 場所名
//$location_lat = ( isset($item->location->latitude) ) ? $item->location->latitude : ” ; // 緯度
//$location_long = ( isset($item->location->longitude) ) ? $item->location->longitude : ” ; // 経度
// タグ情報
//$tags = ( isset($item->tags) && !empty($item->tags) ) ? ‘#’ . implode( ‘、#’ , (array)$item->tags ) : ” ;
// 日付の整形
$date = date( ‘Y/m/d H:i’ , $date ) ;
// ブラウザに出力
$html .= ‘
- ‘ ;
- 投稿者のID
- ‘ . $user_id . ‘
- 投稿者のユーザーネーム
- ‘ . $user_name . ‘
- 投稿者のフルネーム
- ‘ . $user_full_name . ‘
- 投稿者のアイコン
- メディアID
- ‘ . $id . ‘
- メディアタイプ
- ‘ . $type . ‘
- メディアページ
- ‘ . $link . ‘
- photo
- ‘ ;
$html .= ‘‘ ;
//取得したデータ
//$html .= ‘取得したデータ
‘ ;
//$html .= ‘下記のデータを取得できました。
‘ ;
//$html .= ‘JSON
‘ ;
//$html .= ‘‘ ;
//$html .= ‘レスポンスヘッダー
‘ ;
//$html .= ‘‘ ;
// アプリケーション連携の解除
//$html .= ‘アプリケーション連携の解除
‘ ;
//$html .= ‘このアプリケーションとの連携は、下記設定ページで解除することができます。
‘ ;
//$html .= ‘https://instagram.com/accounts/manage_access/
‘ ;
?>
//$html .= ‘
‘ ;
//$html .= ‘
‘ ;
//$html .= ‘
‘ ;
//$html .= ‘
‘ ;
// フルネームがある場合
if( $user_full_name )
{
$html .= ‘
‘ ;
$html .= ‘
‘ ;
}
// アイコン画像がある場合
if( $user_profile_picture )
{
$html .= ‘
‘ ;
$html .= ‘
‘ ;
}
//$html .= ‘
‘ ;
//$html .= ‘
‘ ;
//$html .= ‘
‘ ;
//$html .= ‘
‘ ;
//$html .= ‘
‘ ;
//$html .= ‘
‘ ;
//$html .= ‘
‘ ;
// ユーザーのタグ付けがある場合
if( isset($item->users_in_photo) && !empty($item->users_in_photo) )
{
$html .= ‘
くだらないスタンプ・綺麗な着せかえ発売中~