We generate a One time code by this url http://www.facebook.com/code_gen.php?v=1.0&api_key=xxxxxxxxxxxxxxxxxxxxxxxxxxxx
and then with the help of this generate inifinite key. For PHP the procedure is this:
$infinite_key_array = $facebook->api_client->auth_getSession($clean_array["onetime"]);
I want to same thing with c# api of facebook in C#. Can any one know the procedure or method. Thanks in advance.
I use latest facebook API for C#