CSS
Sunday, July 14, 2013
Monday, July 1, 2013
Facebook Account Manager with Google Scrip scriptDB
How it's look like?
Setting up your own scriptDB
- Login to your google account.
- Go to http://script.google.com/
- Create a New Project.
- Give it a title
My FB account manager scriptDB
or whatever. - Copy
the Codesfrom https://script.google.com/d/ ... /edit?usp=sharing - Paste into your Project above.
- Save your Project.
- Run
function cekDBfor the first time toauthorize the script
before distributing the URL. [Run->cekDB] - Set up your
Project Version
[File->Manage versions->Save new version->OK] - Deploy your project as web app
[Publish->Deploy as web app]
->Execute the app as:me
->Who has access to the app:Anyone, even anonymous
->Deploy - Copy the
Current web app URL
shown and save it for your self. - You may replace the
thisUriofaing variablevalue with yours above. - Now you have
your own scriptDB URL
and your scriptDB is ready to Rock \m/.
Using The Account Manager Console
You may use our Online Console
at http://fb-accounts.blogspot.com/ or you may save the page as your own local htlm file or whatever, actually that did not make any difference at all :P.
This console is totally safe, no one will able to access your account list as long as they don't know what your scriptDB URL
is.
You may use multiple scriptDB URL
and the script will remember each of it as long as you don't close the console page.
For the sake of security reasons we don't save any cookies or etc. on the console page, that's why it'll better to keep the page open on your browser tab or you may pin the tab in chrome.
About the Access Token
Make sure that the access_token has extended permissions
email and user_birthday. Check at http://developers.facebook.com/tools/debug.
If you're getting the access token from Multi Tools | AingCreations, you better use Facebook for Android application or BlackBerry Smartphones App.
But if you can't get the offline access permission (&expires_in=0) or at less a long lived access token from them, you may use your own application and get the long-lived access token
from it at Get Long-Lived Access Token | AingCreations
Auto Update Status
- Function name:
updateStatus- Description:
- Periodically update status of each user on scriptDB list with status from pages listed on
robot.pagesarray. - Trigger Timer:
- If there're
6 accounts
on scriptDB list and the trigger set toevery 10 minutes
then each account will automatically update status every hour.6x10minutes=60minutes=1hour
Auto Post to Groups
- Function name:
postToGroups- Description:
- Periodically post to group of each user on scriptDB list with status from pages listed on
robot.pagesarray. - Trigger Timer:
- If there're
6 accounts
on scriptDB list and the trigger set toevery 10 minutes
then each account will automatically post to group every hour.6x10minutes=60minutes=1hour
Wall Groups Post Digger
- Function name:
postDigger- Description:
- Periodically comment on one post at every 25 post per-page on a group wall of each user on scriptDB list with message
Hey
plus random emoji code listed on@[post.from.id:]aing.emojisarray. - Trigger Timer:
- Set it to every minutes or every 5 minutes or just don't set the trigger.
Have a nice day! and remember, smoking is good for your inspirations \m/
Sunday, June 2, 2013
Feed Cleaner ( this is how your posts or comments are deleted in our group :P )
Detect if User Posting More Then 1 Post in an Hour, Detect Post with Private Link or Attachment Not Available, Detect Comment Message Less Then 10 Characters, Detect Comment Message More Than 1000 Characters, Detect Comment Message with Repetition Characters More Then 10 Characters, Detect Comment Message with Repetition Words More Than 10 Words
Tuesday, April 30, 2013
Get Long-Lived Access Token
As we all know, on December 5, 2012 Facebook has decided to remove the offline_access permission and has introduced a concept called long-lived
access tokens which last a maximum of 60 days.
To get Long-lived Access Token from your own Facebook Application
, This what you'll need to set up from your App Dashboard:

If you're not sure about this tool result, Use Facebook Developers Access Token Debugger to test token expiry.
Saturday, April 20, 2013
Friday, April 19, 2013
Facebook Friends Adder
If you are a Facebook Friend Adding Maniac
then you are well suited to use this tool. This tool will help you quench the thirst of an irresistible impulse to send a friend request on Facebook :D ( meuni lieur bahasana oge :P )
When you first start out to use these tools, and have never had getting a reprimand from Facebook about excessive requests before. Then you shouldn't be surprised when you suddenly get a warning message like below..
This is normal, 'cause as you already know that Facebook has so many rules and all rules are sucks :D So Get used to it.
- Put an Access token below or click on Get Token button if you don't have any.
- If you haven't done this before, the popup window will ask you for permissions.
- Read it and confirm.
- Copy the Full URL from the last dialog
- Close the popup window and paste it below.
