dpno17028 2011-06-22 00:20
浏览 41
已采纳

fb:注册插件权限

I am new to facebook registration plugins. I implemented the dummy code for registration form given on the facebook developers website. But when i signed up throught this registration form. It gives the permission for offline access, send an email, user_about_me. Is it possible to give any specific permissions for this registration forms?

<fb:registration redirect-uri="http://developers.facebook.com/tools/echo"    
 fields='[ {"name":"name"},
   {"name":"foo","description":"Type foo","type":"text"},
{"name":"bar","description":"Type bar","type":"text"},
{"name":"facebooker","description":"Pick Paul","type":"select","options":
 {"coder":"Paul","pm":"Austin","partners":"Cat"}},
{"name":"check","description":"Check this","type":"checkbox"},
{"name":"date","description":"Dec 16 2010","type":"date"},
{"name":"city","description":"Calgary","type":"typeahead","categories":
  ["city"]}]' 
onvalidate="validate"></fb:registration>      

code i used from facebook registration page

  • 写回答

2条回答 默认 最新

  • duandianwen1723 2011-06-22 15:55
    关注
    fields="name,birthday,gender,location,email" 
    

    --

    <fb:registration 
      fields="name,birthday,gender,location,email" 
      redirect-uri="http://developers.facebook.com/tools/echo/"
      width="530">
    </fb:registration>
    

    http://developers.facebook.com/docs/plugins/registration/

    and list of permissions: http://developers.facebook.com/docs/authentication/permissions/

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 如何在scanpy上做差异基因和通路富集?
  • ¥20 关于#硬件工程#的问题,请各位专家解答!
  • ¥15 关于#matlab#的问题:期望的系统闭环传递函数为G(s)=wn^2/s^2+2¢wn+wn^2阻尼系数¢=0.707,使系统具有较小的超调量
  • ¥15 FLUENT如何实现在堆积颗粒的上表面加载高斯热源
  • ¥30 截图中的mathematics程序转换成matlab
  • ¥15 动力学代码报错,维度不匹配
  • ¥15 Power query添加列问题
  • ¥50 Kubernetes&Fission&Eleasticsearch
  • ¥15 報錯:Person is not mapped,如何解決?
  • ¥15 c++头文件不能识别CDialog