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>"); }