Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question

1 Answer

up vote 0 down vote accepted

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.