简体   繁体   中英

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. 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?

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.

OpenGraph is not mandatory you have other easy ways to reach users ;)

You can use the availability of posting on user's wall with 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/

Hope that helps

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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