简体   繁体   English

Facebook Open Graph自定义通知仅对时间轴用户可用?

[英]Facebook Open Graph custom notifications available only to timeline users?

I am developing a facebook application and would like to post custom notifications when certain events happen, but the Facebook tutorial only gives me the option to do this through their new Open Graph platform. 我正在开发一个Facebook应用程序,并希望在某些事件发生时发布自定义通知,但是Facebook教程仅使我可以选择通过其新的Open Graph平台执行此操作。 Am I forced to use Open Graph and the new timeline feature or can I develop and post notifications for the older user profile model? 我是否被迫使用Open Graph和新的时间轴功能,或者可以为较旧的用户个人资料模型开发和发布通知?

If development for older profiles is possible where can I look to find some good resources for it? 如果可以为较旧的配置文件进行开发,那么在哪里可以找到一些好的资源呢? All the tutorials on Facebook development and integration I'm finding are about their new Open Graph platform. 我发现的所有有关Facebook开发和集成的教程都是关于其新的Open Graph平台的。

OpenGraph is not mandatory you have other easy ways to reach users ;) OpenGraph不是强制性的,您还有其他简单的方法可以吸引用户;)

You can use the availability of posting on user's wall with Graph API http://developers.facebook.com/docs/reference/api/post/ 您可以使用Graph API http://developers.facebook.com/docs/reference/api/post/在用户墙上发布内容

You also can use apprequests to send notifications directly to the user http://developers.facebook.com/docs/requests/ 您还可以使用apprequests将通知直接发送给用户http://developers.facebook.com/docs/requests/

Hope that helps 希望能有所帮助

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM