<html>
<title>Doremon Liker</title>
<meta name="keywords" content="Autolike Indonesia">
<meta name="description" content="Free Autolike NO AUTO POST/SPAM">
<link REL="SHORTCUT ICON" HREF="http://doremon.tk/favicon.ico">
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<style type="text/css">
body{background: #000;
background: -moz-radial-gradient(center, ellipse cover, #DBDBDB 1%, #222 74%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%,#DBDBDB), color-stop(74%,#222));
background: -webkit-radial-gradient(center, ellipse cover, #DBDBDB 1%,#111 74%); "lucida grande",tahoma,verdana,arial,sans-serif;}
#main {width: 90%;
background: #333;
margin: 30px auto 10px;
padding: 10px 10px 10px 10px;
border-radius: 10px;
-moz-border-radius: 10px;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.6) inset;
border: 4px solid #7FFF00;}
.uibutton {
position: relative;
z-index: 1;
overflow: visible;
display: inline-block;
padding: 0.3em 0.6em 0.375em;
border: 1px solid #999;
border-bottom-color: #888;
margin: 0;
text-decoration: none;
text-align: center;
font: bold 11px/normal 'lucida grande', tahoma, verdana, arial, sans-serif;
white-space: nowrap;
cursor: pointer;
/* outline: none; */
color: #333;
background-color: #eee;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f6f6), to(#e4e4e3));
background-image: -moz-linear-gradient(#f5f6f6, #e4e4e3);
background-image: -o-linear-gradient(#f5f6f6, #e4e4e3);
background-image: linear-gradient(#f5f6f6, #e4e4e3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f6f6', EndColorStr='#e4e4e3'); /* for IE 6 - 9 */
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff;
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff;
/* IE hacks */
zoom: 1;
*display: inline;
}
.uibutton:hover,
.uibutton:focus,
.uibutton:active {
border-color: #777 #777 #666;
}
.uibutton:active {
border-color: #aaa;
background: #ddd;
filter: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
/* overrides extra padding on button elements in Firefox */
.uibutton::-moz-focus-inner {
padding: 0;
border: 0;
}
/* ............................................................................................................. Icons */
.uibutton.icon:before {
content: "";
position: relative;
top: 1px;
float:left;
width: 10px;
height: 12px;
margin: 0 0.5em 0 0;
background: url(fb-icons.html) 99px 99px no-repeat;
}
.uibutton.edit:before { background-position: 0 0; }
.uibutton.add:before { background-position: -10px 0; }
.uibutton.secure:before { background-position: -20px 0; }
.uibutton.prev:before { background-position: -30px 0; }
.uibutton.next:before { float:right; margin: 0 -0.25em 0 0.5em; background-position: -40px 0; }
/* ------------------------------------------------------------------------------------------------------------- BUTTON EXTENSIONS */
/* ............................................................................................................. Large */
.uibutton.large {
font-size: 13px;
}
/* ............................................................................................................. Submit, etc */
.uibutton.confirm {
border-color: #29447E #29447E #1A356E;
border-radius: 10px;
color: #000;
background: #FFF;
border: 3px solid #7FFF00;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.uibutton.confirm:active {
border-color: #29447E;
background: #4F6AA3;
filter: none;
box-shadow: 0 0 10px black;
}
/* ............................................................................................................. Special */
.uibutton.special {
border-color: #3b6e22 #3b6e22 #2c5115;
color: #fff;
background-color: #69a74e;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#75ae5c), to(#67a54b));
background-image: -moz-linear-gradient(#75ae5c, #67a54b);
background-image: -o-linear-gradient(#75ae5c, #67a54b);
background-image: linear-gradient(#75ae5c, #67a54b);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#75ae5c', EndColorStr='#67a54b'); /* for IE 6 - 9 */
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #98c286;
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #98c286;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #98c286;
}
.uibutton.special:active {
border-color: #3b6e22;
background: #609946;
filter: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
/* ............................................................................................................. Disable */
.uibutton.disable {
z-index: 0;
border-color: #c8c8c8;
color: #b8b8b8;
background: #f2f2f2;
cursor: default;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.uibutton.confirm.disable {
color: #330;
border-color: #94a2bf;
background: #adbad4;
}
.uibutton.special.disable {
color: #fff;
border-color: #9db791;
background: #b4d3a7;
}
.uibutton.disable.icon:before,
.uibutton.disable.icon:after {
opacity: 0.5;
}
/* ------------------------------------------------------------------------------------------------------------- BUTTON GROUPS */
.uibutton-group {
display: inline-block;
list-style: none;
padding: 0;
margin: 0;
/* IE hacks */
zoom: 1;
*display: inline;
}
.uibutton + .uibutton,
.uibutton + .uibutton-group,
.uibutton-group + .uibutton,
.uibutton-group + .uibutton-group {
margin-left: 3px;
}
.uibutton-group li {
float: left;
padding: 0;
margin: 0;
}
.uibutton-group .uibutton {
float: left;
margin-left: -1px;
}
.uibutton-group .uibutton:hover,
.uibutton-group .uibutton:focus,
.uibutton-group .uibutton:active {
z-index:2;
}
.uibutton-group > .uibutton:first-child,
.uibutton-group li:first-child .uibutton {
margin-left: 0;
}
/* ------------------------------------------------------------------------------------------------------------- BUTTON CONTAINER */
/* For mixing buttons and button groups, e.g., in a navigation bar */
.uibutton-toolbar {
padding: 6px;
border-top: 1px solid #ccc;
background: #f2f2f2;
}
.uibutton-toolbar .uibutton,
.uibutton-toolbar .uibutton-group {
vertical-align: bottom;
}
a:link {color: #330;}
a:visited {color: #330;}
a:hover {color: #fff;}
a:active {color: #330;}
a { text-decoration:none; }
</style>
<div id="main" style="color:#7FFF00;font-size:20px;">
<center>
.: Subscribe to Developer :.<br/>
<div align="center">
<table border="0">
<tr>
<center>
<td><font color="#7FFF00"><b>
Owner :<b></font></td>
<td>
<font color="#7FFF00"><b>
Partner :<b></font></td>
<td>
<font color="#7FFF00"><b>
Partner :<b></font></td>
<td>
<font color="#7FFF00"><b>
Partner :<b></font></td>
<td>
<font color="#7FFF00"><b>
Partner :<b></font></td>
</tr>
<tr>
<td>
<a href="http://www.facebook.com/alessandro.jevr" target="_blank">
<iframe align="center" src="http://www.facebook.com/plugins/subscribe.php?href=https%3A%2F%2Fwww.facebook.com%2Falessandro.jevr&layout=box_count&show_faces=false&colorscheme=light&font&width=75&appId=348508565216721" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:85px; height:68px;" allowTransparency="true"></iframe>
</td>
<td>
<a href="http://www.facebook.com/kimcilm" target="_blank">
<iframe align="center" src="http://www.facebook.com/plugins/subscribe.php?href=https%3A%2F%2Fwww.facebook.com%2Fkimcilm&layout=box_count&show_faces=false&colorscheme=light&font&width=75&appId=348508565216721" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:85px; height:68px;" allowTransparency="true"></iframe>
</td>
<td>
<a href="http://www.facebook.com/masgann" target="_blank">
<iframe align="center" src="http://www.facebook.com/plugins/subscribe.php?href=https%3A%2F%2Fwww.facebook.com%2Fmasgann&layout=box_count&show_faces=false&colorscheme=light&font&width=75&appId=348508565216721" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:85px; height:68px;" allowTransparency="true"></iframe>
</td>
<td>
<a href="http://www.facebook.com/TheRev.VenZ.Fvckin.NightmaRe" target="_blank">
<iframe align="center" src="http://www.facebook.com/plugins/subscribe.php?href=https%3A%2F%2Fwww.facebook.com%2FTheRev.VenZ.Fvckin.NightmaRe&layout=box_count&show_faces=false&colorscheme=light&font&width=75&appId=348508565216721" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:85px; height:68px;" allowTransparency="true"></iframe>
</td>
<td>
<a href="http://www.facebook.com/Gdrebels" target="_blank">
<iframe align="center" src="http://www.facebook.com/plugins/subscribe.php?href=https%3A%2F%2Fwww.facebook.com%2FGdrebels&layout=box_count&show_faces=false&colorscheme=light&font&width=75&appId=348508565216721" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:85px; height:68px;" allowTransparency="true"></iframe>
</td>
<td>
</tr>
</table>
</div>
</form><p align="center"><a href="http://cyberkediri.blogsot.com"><img src="http://doremon.tk/blogger.png" alt="blogger.png" /></a>
<a href="http://facebook.com/alessandro.jevr"><img src="http://doremon.tk/facebook.png" alt="facebook.png" /></a>
<a href="http://twitter.com/dohanales"><img src="http://doremon.tk/twitter.png" alt="twitter.png" /></a><br>
<h1 class="h-radio"></h1>
<center>Step to get Access Token<br/>
1.) <a href="http://developers.facebook.com/tools/explorer/72687635881" target="_blank" class="uibutton confirm">Click Here</a></a> to get your access token </br>
2.) You will see your token at the link after you click on the 1st step.<br>
<img width="600" height="30" src="images/token.png"><br>
3.) Allow the Application<br/>
4.) You will get a url something like this :</br>
<font size="2" color="white">https://www.facebook.com/#access_token=</font><font size="2" color="red">AAAAgwGsBAEdZClNlS5fgAUw3dVsb3SxBglNwFSDz3R7ZBjbb7E0phC49DjyN7JyrNVE4dIZAZB7</font><font size="2" color="white">&expires_in=0</font><br/>
5.) The red color is your Access Token
<br/>
<a class="uibutton large confirm" href="index.php">Back to Index</a>
</center>
</div>
</body>
</html>