将应用程序添加到页面后将用户重定向到应用程序
我试图在用户将我的应用程序添加到用户的粉丝页面之一并将用户重定向到我的应用程序后捕获用户事件。
例如,我在我的应用程序中调用此链接“http://www.facebook.com/add.php?api_key={my_app_key}&pages”,这将把用户直接带到 Facebook 自定义选择页面将应用程序添加到登录用户的页面之一。一旦用户将我的应用程序添加到其中一个页面,默认情况下,Facebook 会自动将用户重定向到他刚刚添加应用程序的粉丝页面。我试图在将我的应用程序添加到他/她的粉丝页面后捕获用户,并使用查询字符串参数(页面 id)将它们发送(重定向)到我的应用程序 URL。
如果可以在应用程序设置或以任何其他方式指定这一点,请告诉我。
谢谢。
I am trying to catch the user event after the user adds my application to one of the user's fan pages and redirect the user to my application.
For example, I am calling this link "http://www.facebook.com/add.php?api_key={my_app_key}&pages" from my application, which will take the user directly to the face book custom selection page for adding the application to one of the pages of the logged in user. Once the user adds my app to one of the pages, by default face book automatically redirects the user to the fan page that he just added the application to. I am trying to catch the user after adding my application to his/her fan page and send (redirect) them to my application url with a query string parameter (page id).
Please let me know, if it is possible to specify this in the application settings or in any other way.
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用为您的应用程序设置的回调 URL 来执行此操作。请参阅此答案。
You can do this using the callback URLs that are set for your app. See this answer.