-->

Wednesday, August 8, 2012

Message anyone on Facebook

Hey Everyone today we are showing you how to send a message to anyone on facebook, even if he/she's not added in your friendlist. Of course,  you can click on the button "Message", but it will appear as "Message", not as Chat.

First of all I'd like to give credits to - Le Boss (here). who shared this trick with us and we appreciate it.




I- What we Need
Facebook account For messaging
Browser-Google Chrome or Mozzila firefox (works fine with both)

II - How to Chat with Google Chrome
So, that's basically very simple.

1 - Search someone you want to speak. The url would be something like this:


Code:
https://www.facebook.com/FacebookUsername
I'll use that one : https://www.facebook.com/so.hotgirls


2 - Replace those "www" at the beginning by "graph". You will have something similar to this:

[Image: zCuz.jpeg]

3 - You will take the value of "id" and "username". In that case the "id" is "1795485699" and the username is "so.hotgirls".

4 - Now that you have the username and the id, go to the Facebook main page and type on the url bar:

 Code:
javascript:;Chat.openTab("id", "username", "friend")

In my case it will be:
Code:
javascript:;Chat.openTab("1795485699", "so.hotgirls", "friend")
  • It's case sensitive !

    5 - Results :
    [Image: zCxm.png]



    Code:
    javascript:;Chat.openTab("id", "username", "friend")

    Chat With Firefox

    You Can Do it with Firefox V14
    Press Ctrl+Shift+K (Open the Developer Console) & Paste the script, same as you did in the case of Google Chrome.

    Its Easy you can message anyone don't forget to share it with your friends and drop your comments if you want more of these tricks. 

    2 Komentar Message anyone on Facebook

    1. hmm also you can username@facebook.com and send message even if that person blocked u

      ReplyDelete
    2. din work in google chrome

      ReplyDelete

    Leave ur Comment Please :)

    Back To Top