Facebook Check Getid,Link

By frederik on Apr 18, 2012

Screenshots

!getid <FACEBOOK USERNAME/UID>"

[09:06:43] !getid woolva

Facebook ID TCL Script adapted by Denver Freeburn of JimpWare. Originally coded by Frederik

Link of the post http://www.hawkee.com/snippet/8898/

Any quesion
server irc.chat1080.com 6667
chan #chat1080

package require http
#############################

bind pub - !getid proc:fbid

proc proc:fbid {nick uhost hand chan arg} {
  set tok [http::geturl http://graph.facebook.com/$arg]
  set data [http::data $tok]

  regexp -nocase {"id":"(.*?)",} $data -> fbogid
  regexp -nocase {"name":"(.*?)",} $data -> fbogname

  http::cleanup $tok
  putserv "PRIVMSG $chan :01\[04FaceBook Info\]: >>> 01\[04FaceBook Name\]: $fbogname >>> 1\[04ID\]: $fbogid"
  putserv "PRIVMSG $chan :01\[04FaceBook Link\]: http:\/\/www.facebook.com\/profile.php?id=$fbogid" 
}
##############################
# ----------
putlog "Facebook ID TCL Script adapted by Denver Freeburn of JimpWare, for Frederik Originally coded by Jethro"
# ----------

Comments

Sign in to comment.
frederik   -  Oct 09, 2012

@VMedic i can help u to make this script working do u have a server where i can show u how its working ?

 Respond  
VMedic   -  Oct 04, 2012

can someone explain, step by step how does it work ? thx

 Respond  
frederik   -  Jul 17, 2012

sugali can u give me your server port so i can help u with the script

Thanks

 Respond  
Sugali   -  Jul 12, 2012

1 question , is this base on irc nickname to get the Facebook Id even if that nickname not mentioned on their Facebook .

I use Sugali as my nickname on Irc , but i did not put it on my Facbook profile or anywhere else related to facebook ,
is this possible this tcl will get the Facebook id ?

BTW , i will check it out and try on my eggdrop . Thank you so much .

 Respond  
oRtakVeLja   -  Apr 19, 2012

I made simulat snippet for grabing infos from facebook pictures links http://www.hawkee.com/snippet/9378/

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.