Hi,
i'm programming fb ac with Delphi. i can create an account but the page say "you must confirm your phone or e-mail"
any idea?
post areas for test:
mail:='
[email protected]'; //
t1 := explode('name="lsd" value="',s,0);
t2:=explode('"',t1[1],0);
s1:=t2[0];
lParamList.Add('lsd='+s1)...