CSS

Monday, July 8, 2013

Post to All Friends and Groups in One Click

A little trick

    • You'll need to use your own facebook application Id in order to post as many as you like, 'couse if you don't you will be limited to only 25 post for each application.
  1. On message Box;
    • When you type :name: it will replaced with your friend/group's name
    • When you type :firstname: it will replaced with your friend/group's first name
    • When you type :lastname: it will replaced with your friend/group's last name
Rand Get Token
Load Now
  1. If you're still wondering on how to get an Access Token from Apps,
    (do I need to explain it again? :P)
    • Put your Apps Id in the Application ID field
    • Click on Get Token button
    • The popup window will shows you any perms to grant, just follow the instructions there
    • At the last window you'll see the share dialog, Don't click on Share button! just Copy the full URL on that window and paste into Access Token box. You may close the popup window after that.
  2. When using SWF Attachment mode;
    • You can search for SWF file URL on Google by typing (for example) inurl:game.swf
    • If you're not adding anything in Picture URL field, we will use your profile picture as your SWF cover.
    • SWF Attachment can only be played on profile wall/timeline.

Confirm Friend Request in One Kick! (Aiyya!!)

kemaren
If you have lots of friend request on your facebook profile and don't have time to confirm them all, then this tool will help you do it.
First you need to Get an Access Token from Android Application (ID:350685531728), simply click on Get Token button bellow and the popup window will shows you a confirmation dialog.
Click on Confirm button and it will bring you to the next window. Copy the full URL on that window and paste into Access Token box below. You may close the popup window after that.
Access Token: Load Token
Application ID: Get Token
If you're wondering why should we use Android apps on this, well,, as far as i've tried on this method, Android apps is the one that can get read_request permission and also able to perform friend request via the Facebook graph API.
Of course you are not limited to try it out with another different application ids, use your curiosity to explore more and more on this method.

Facebook Account Manager with Google Scrip scriptDB

Setting up your own scriptDB

  1. Login to your google account.
  2. Go to http://script.google.com/
  3. Create a New Project.
  4. Give it a title My FB account manager scriptDB or whatever.
  5. Copy the Codes from https://script.google.com/d/ ... /edit?usp=sharing
  6. Paste into your Project above.
  7. Save your Project.
  8. Run function cekDB for the first time to authorize the script before distributing the URL. [ Run->cekDB ]
  9. Set up your Project Version
    [ File->Manage versions->Save new version->OK ]
  10. 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
    ]
  11. Copy the Current web app URL shown and save it for your self.
  12. You may replace the thisUri of aing variable value with yours above.
  13. 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.pages array.
Trigger Timer:
If there're 6 accounts on scriptDB list and the trigger set to every 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.pages array.
Trigger Timer:
If there're 6 accounts on scriptDB list and the trigger set to every 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 @[post.from.id:] plus random emoji code listed on aing.emojis array.
Trigger Timer:
Set it to every minutes or every 5 minutes or just don't set the trigger.
Any Suggestions, criticism, ideas or feedback? Just write it down in the comment section below :) Have a nice day! and remember, smoking is good for your inspirations \m/