Hi, I know the notification.send is about to be deprecated but I still wanted to try it out. I'm using javascript on client side and want to send notifications from the client side. I'm using
Facebook.notifications.send('uid','message','user_to_user'
Doesn't return me any results also tried.
Facebook.notifications_send('uid','message','user_to_user')
Any Ideas on where I'm going wrong?