i have developed application in asp.net using oAuth and also open Auth.(RestV1)
i am getting all data from MySpace but can't send notification to friends.
i am usingcode
myspaceClient.SendNotification(490747817, recipients, "Hello MySpaceDemo From Biraj (TechSture Tech)", MySpaceID.SDK.Config.NotificationSurface.AppProfile, "button AppData", MySpaceID.SDK.Config.NotificationSurface.AppProfile, "Button AppData", null);
is it right?
how i can send notification to friends using open auth or oAuth.
Thanks for reading mt issue