2013-06-20 38 views
0

下面是我從fb文檔中獲得的代碼插件。如果我想將用戶個人資料照片與其他註冊信息一起存儲到我的數據庫中,我該怎麼辦?如何從facebook註冊插件獲取個人資料照片?

<iframe src="https://www.facebook.com/plugins/registration? 
      client_id=113869198637480& 
      redirect_uri=https%3A%2F%2Fdevelopers.facebook.com%2Ftools%2Fecho%2F& 
      fields=name,birthday,gender,location,email" 
     scrolling="auto" 
     frameborder="no" 
     style="border:none" 
     allowTransparency="true" 
     width="100%" 
     height="330"> 
</iframe> 

回答

相關問題