0

I am using the Facebook C# SDK. For the following code it is throwing an exception saying "unknown method".

string to_id = "100001950403316";        
facebookService1.Notifications.Send(to_id, "my notification from samples ");

How can I rectify it?

TrueWill
  • 25,132
  • 10
  • 101
  • 150
shiv
  • 127
  • 1
  • 3
  • 13

1 Answers1

1

Facebook discontinued support for this method from March 1, 2010

Read How to invite users to connect to your application using Facebook Application Development interfaces and How to use Facebook Application to write a notification to Users.

Nimantha
  • 6,405
  • 6
  • 28
  • 69
Damith
  • 62,401
  • 13
  • 102
  • 153