facebook-csharp-sdk / facebook-winclient-sdk

Facebook SDK for Windows & Windows Phone
http://facebooksdk.net
Apache License 2.0
61 stars 139 forks source link

How to manage user notifications #48

Open adilghaffar opened 10 years ago

adilghaffar commented 10 years ago

How can i manage user notifications related to my app , how can i delete my app previous notifications , as this feature was available in android sdk.

adilghaffar commented 10 years ago

I am doing it on my android App with following code , Request request = new Request(Session.getActiveSession(), requestId, null, HttpMethod.DELETE, new Request.Callback() { @Override public void onCompleted(Response response) {.......... ............................................................................................................................................................. ......................

How can i do this using windows sdk,.