nov / fb_graph

This gem doesn't support FB Graph API v2.0+. Please use fb_graph2 gem instead.
MIT License
1.04k stars 191 forks source link

Notifications don't work #387

Closed ikaiser closed 9 years ago

ikaiser commented 9 years ago

I have this code:

fb_user is my facebook user

fb_user = FbGraph::User.fetch(auth.uid, {:access_token => auth.token, :locale => @user.language}) fb_user.notification!( :access_token => APP_ACCESS_TOKEN, :href => 'http://matake.jp', :template => 'Your friend @[12345] achieved new badge!' )

but dont notify me

nov commented 9 years ago

If it returns true but you don't get the notification, ask FB.