如何幫 Facebook Connect 加權限
由於 Facebook Coonect 原本僅提供基本權限連 Facebook
如果你想要透過 Drupal 去發送訊息就需要 extended permission
找到 fbconnect.module 的 theme_fbconnect_login_button function
perms="publish_stream,offline_access,user_birthday,email"
可將 perms 這段加入 <fb:login-button 後面
Comments