English 中文(简体)
从应用程序本身发送邀请
原标题:Send invites from the app itself

How can we send Facebook invites to users of our application? Usually we receive invites only from friends but not directly from the app itself.

几个月前我收到「Sims Social」邀请,

"https://i.sstatic.net/E83wb.jpg" alt="Sims invites"/> https://i.sstatic.net/E83wb.jpg" alt="Sims invited"/>

问题回答

这种请求被称为 < a href=> https:// developmenters.facebook.com/docs/requests/#app_to_user" rel=“nofollow” > app to user request 。只有Facebook.com或移动应用程序上的应用程序才能使用和发送这类请求。发送这些请求非常简单,只是请求 HTTPPPPST 请求 /USER_ID/appprequest , 加上您的应用程序访问符号。您还将想要在用户接受后处理删除它们, 并阅读当前请求的清单 。 它们都会在 < a href=" https:// developers.facebook.com/docs/reference/appresports/ rel=“nofolpolation>Unders docs < a > docs.

您需要获取应用程序访问符号, 然后才能发送给使用此应用程序的用户 。

FYI:"https:// developmenters.facebook.com/docs/audetitication/applications/"rel="nofollow">authentication as app https://developers.facebook.com/docs/ audentication/applications/"rel="nofollow" >accentication as app





相关问题
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 ...

热门标签