English 中文(简体)
像大门一样在Facebook上处理用户
原标题:Handle user on facebook like gate

我正像大门一样编译一张脸书, 这是我的配置的截图 : < a href="http://www.kreatoo.com/rav/facebook_info.png" rel=“nofollow” >http://www.kreato.com/rav/facebook_info.png

我需要签名请求 ($facebook- gt;get OkignRequest ()) 来知道用户是否喜欢这个页面, 我第一次才有这个信息。 如果我点击链接, 我就会打开这个信息 。

第二次,当我登录我的用户( 使用 $facebook- gt; get LoginUrl () ) 时, Facebook在服务器上( www.vibrantmarketing.ca/...) 而不是在应用程序上( https:// www.facebook.com/coppertone/ app_ 432377713445313. ) 。 我尝试使用“ retal_ uri ” 或“ extn” 选项, 但不使用...

感谢大家的帮助

PS:感兴趣的申请是:https://www.facebook.com/pages/TestCactOos/255835411190164?sk=ap_335457896398

问题回答

让我们从你的第一个小问题开始

  • Facebook 喜欢 Gatet — 您其实不需要在应用程序中签名, 只需将Facebook关闭。 例如,在您的情况中, 您可以在Facebook 页面上使用该应用程序, 此时您可以买下签名请求, 不要求用户在您的应用程序上签名 。

  • 再次,我检查了你的应用程序, 它在下面的 URL 中重新引导了我: 这对我有好处, 你唯一需要做的就是 重新引导你的用户, 如果在 iFrame 中没有看到页面的话。

Note: One thing, when I checked your app it redirects time to time. I think it s because of your Javascript at the bottom of your page which logins everytime.





相关问题
Facebook Connect login dialog not working

I am using Facebook Connect for iPhone and following the official instructions. I use the following code to display the login dialog: FBLoginDialog* dialog = [[[FBLoginDialog alloc] initWithSession:...

Facebook App Profile Tab is Empty ... No Content Displayed?

I can view my application via the http://apps.facebook.com/myapplication/ link and the content shows up correctly. I also added the application as a tab to a facebook page. However, when viewing the ...

Facebook Platform error: "Object cannot be liked"

I m working on a Facebook Application that generates wall posts. In testing these posts, I ve discovered that the Facebook Platform action of "liking" a post is failing. The specific error message ...

how to call showPermissionsDialog() in php (facebook api)?

I was reading over the documentation yet I could not figure out how to call Facebook.showPermissionsDialog() in php include_once ./facebook-platform/php/facebook.php ; $facebook = new Facebook(my ...

Facebook connect

If I plug in the facebook connect into my website, How can I prevent double signups? Lets say I have a user that s already signed up to my site but he clicked the connect with facebook, is there a ...

热门标签