I need to retrieve values from http://m.facebook.com/ajax/dtsg.php. The page source of it contains:
for (;;);"":"","token":"AQDUdkLT","expire":1320259533,"":"
"token":"AQDUdkLT"
is unique for each user, so I can t use php.
I need some client side method to retrieve those values.