Ver Mensaje Individual
  #4 (permalink)  
Antiguo 24/01/2011, 13:17
Avatar de RIVERMILLOS
RIVERMILLOS
 
Fecha de Ingreso: marzo-2010
Mensajes: 1.336
Antigüedad: 14 años, 2 meses
Puntos: 15
Respuesta: ayuda con login facebook FB.login

ya lo encontre es algo asi.

Código Javascript:
Ver original
  1. var publish = {
  2.   method: 'stream.publish',
  3.   message: 'getting educated about Facebook Connect',
  4.   attachment: {
  5.     name: 'Connect',
  6.     caption: 'The Facebook Connect JavaScript SDK',
  7.     description: (
  8.       '.'
  9.     ),
  10.     href: 'http://.com/',
  11.     media: [
  12.       {
  13.         type: 'image',
  14.         href: 'http://.com/',
  15.         src: 'http://.com/'
  16.       }
  17.     ]
  18.   },
  19.   action_links: [
  20.     { text: '', href: 'http://.com/' }
  21.   ],
  22.   user_message_prompt: ''
  23. };
  24. FB.ui(publish, function(){return false;});