jnorthr / socialauth

Automatically exported from code.google.com/p/socialauth
0 stars 0 forks source link

Send notification to friend in FB using SocialAuth Spring version #228

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. login to facebook and get a valid auth token
2. use that auth token to send a notification to any of user's contact list 
friend, using the FacebookImpl api() method. 
3. Facebook reference for notifications is : 
https://developers.facebook.com/docs/app-notifications/

What is the expected output? What do you see instead?
I expect a success but I am getting 403 error from facebook and the same auth 
token is working for getUserProfile(0 and getUserContacts()

What version of the product are you using? On what operating system?
3.0

Please provide any additional information below.

Original issue reported on code.google.com by pmittal....@gmail.com on 7 Nov 2012 at 10:34

GoogleCodeExporter commented 8 years ago
As per FB guildelines, only canvas app can send notification. You can't send 
notification using web application.

Regards
Tarun

Original comment by tarun.na...@3pillarglobal.com on 15 Nov 2012 at 12:37