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'm making an application in C# which plays a sound when I receive a notification on Facebook.

I tried to find something, but that's all: documentation for notifications.get

But I can't understand how use it. Is this function useful or do I need to take another road?

I need to know not only the notifications but also the messages notifications and friends request notifications. I don't need the number but just to know if there is something new.

share|improve this question

1 Answer

First, you have to do Facebook authentication and get an access token. Then you can poll for notifications and messages. To do that you have to use Graph API, the rest is deprecated.

See:

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.