This Forum has been archived there is no more new posts or threads ... use this link to report any abusive content
==> Report abusive content in this page <==
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PHP experts please answer?
05-05-2013, 10:58 PM
Post: #1
PHP experts please answer?
is there any way to grab facebook cookies from user browser when she visits my link?

Here is what is going on: i have made an ip logger php scripts that works fine but i want it to grab facebook logged in users profile id and log it. Example:

<?
function fbidcook(){
// something that gets users id form browser cookes
}
$id = fbidcook("getidprofile");
...
$tolog = $ip . " - " . $id;
fwrite($file, $tolog);
?>

Ads

Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
PHP experts please answer? - MrKenkadze27 - 05-05-2013 10:58 PM
[] - Chad - 05-05-2013, 11:13 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)