Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
フォームは私のウェブサイトでホストされており、ユーザーがフォームを送信すると、データを Facebook アプリに渡したいと考えています。どうやってするか
試す
if(!$user) { $login_url = $facebook->getLoginUrl(array('scope' => "publish_stream,user_photos,friends_photos")); die("<script> top.location.href='".$login_url."'</script>"); }