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?