基本的に、私たちはウェブサイトのユーザー登録にFacebook登録APIを使用しており、アクセストークンを使用してユーザーデータをデータベースに保存しています。登録時に、ユーザーにウォール投稿許可を許可してもらいます。
ダイアログポップアップを起動するために使用しているコードは次のとおりです。
<iframe src="facebook.com/plugins/… echo $redirect_uri;?>& &cope=publish_stream,offline_access&fields=[ {'name':'name'},
{'name':'first_name'}, {'name':'last_name'}, {'name':'email'}, {'name':'gender'},
{'name':'birthday'}, {'name':'password'}
]"scrolling="auto"frameborder="no"style="border:none"allowTransparency="true"
width="570"height="800"> </iframe>