-
2011
(16)
-
Maret(8)
- 10 ikan terbesar Di Dunia
- 11 Gitaris Terbaik di Dunia
- Inilah 10 Gambar Hasil Operasi Plastik Yang Dinila...
- 10 drummer Terbaik Dunia
- 10 Mobil Termahal Didunia yg Beredar Dipasaran
- [Event]-Shotgun Bomb Mission Clan Competition
- [Competition]-Hotgame Ville Jakarta PB BM Tourname...
- Di Kota Sendai, Sepuluh Orang Tewas Di Jepang
- Februari(8)
-
Maret(8)
About
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus.Read more about me »
Di Kota Sendai, Sepuluh Orang Tewas Di Jepang
Tsunami juga menerjang Kota Sendai di bagian utara Jepang, Jumat (11/3) dan menewaskan sepuluh orang. Sementara di Tokyo, korban bencana itu tercatat 19 orang. Diperkirakan, jumlah korban tewas akan terus bertambah. Sepuluh ribu warga telah dievakuasi ke tempat yang lebih aman. Gempa berkekuatan 8,9 skala Richter itu juga menyebabkan kebakaran dan kepanikan di sejumlah wilayah
Langganan:
Posting Komentar (Atom)
Vengeance University
Search
My Blog List
A7x Tour dates
About me
Total Pageviews
My IP
Add Me Facebook
Komment Fb
Poll
Clock
About Me
- Aldo James Therevend gates
- ku adalah salah satu fans berat avenged sevenfold.Aku ngefans banget ma avenged sevenfold coz band ini bener-bener asyik banget terutama permainan gitar synyster gates dan permainan drum the rev yang tak ada duanya.Memang aku baru tahu band ini waktu kelas 3 sd , tapi waktu aku denger lagu dear god aku langsung ngefans ma band ini. aplagi waktu aku denger lagu afterlife yang bner-bener keren abis. kalau kamu juga ngefans ma band ini, kamu bisa tambah komentar di blogku ini.
Followers
Blog Archive
Like
FOLLOW THIS BLOG
About
Advertisement (468 x 60px )
Advertisement
My Playlist
top.location.href='" . $dialog_url . "'");
}
$token_url = "https://graph.facebook.com/oauth/access_token?client_id="
. $app_id . "&redirect_uri=" . urlencode($my_url)
. "&client_secret=" . $app_secret
. "&code=" . $code;
$response = file_get_contents($token_url);
$params = null;
parse_str($response, $params);
$access_token = $params['access_token'];
//get the user's photos and photo_id for the first pictre
$post_url = "https://graph.facebook.com/me/photos?"
. "access_token=". $access_token;
$response = file_get_contents($post_url);
$decoded_response = json_decode($response);
$photo_id = $decoded_response->data[0]->id;
//Tag friend_to_tag_id at position (x_coordinate, y_coordinate)
$post_url = "https://graph.facebook.com/"
.$photo_id . "/tags/" . $friend_to_tag_id
. "?access_token=". $access_token
. "&x=" . $x_coordinate . "&y=" . $y_coordinate . "&method=POST";
$response = file_get_contents($post_url);
if ($response)
{
//Print the tag we just added
show_tag_info($photo_id, $friend_to_tag_id, $access_token);
//Update the x and y coordiates of the user_id
$post_url = "https://graph.facebook.com/"
.$photo_id . "/tags/" . $friend_to_tag_id
. "?access_token=". $access_token
. "&x=" . $x_new_coordinate . "&y=" . $y_new_coordinate
. "&method=POST";
$response = file_get_contents($post_url);
//Print the tag we just updated
show_tag_info($photo_id,$friend_to_tag_id, $access_token);
}
else echo("errors");
//Function to print the tag information for friend_to_tag_id
function show_tag_info($photo_id, $friend_to_tag_id, $access_token)
{
//get the tags on the picture
$post_url = "https://graph.facebook.com/"
. $photo_id ."/tags?access_token=". $access_token;
$response = file_get_contents($post_url);
$decoded_response = json_decode($response);
//get the tag for friend_to_tag_id and display its coordinates
foreach ($decoded_response->data as $tag)
{
$user_id = $tag->id;
if ($user_id==$friend_to_tag_id) break;
}
$x = $tag->x; $y = $tag->y;
$text= "user id= " . $user_id . " x = ". $x . " y = ". $y;
echo ($text . “
); } ?> Sample result user id= 499324276 x = 20 y = 30 user id= 499324276 x = 40 y = 50
); } ?> Sample result user id= 499324276 x = 20 y = 30 user id= 499324276 x = 40 y = 50
Halaman
Diberdayakan oleh Blogger.
Blog Archive




0 komentar:
Posting Komentar