js test

Erb code posted by me
created at 14 Feb 23:00, updated at 02 Mar 17:22

Edit | Back
1
2
3
4
5
6
  var appId         = "YOUR_APP_ID";
  var final_url     = "http://dominio.com.ar/proxy?q=";
  var redirect_url  = "http://www.facebook.com/pages/nombrepage?sk=app_YOUR_APP_ID";
  var scope         = "email,read_streamy";
  var url           = "https://www.facebook.com/dialog/oauth?client_id="+appId+"&scope=email,read_stream&redirect_uri="+final_url+redirect_url
  window.top.location=url;
396 Bytes in 1 ms with coderay