Closed ikaiser closed 9 years ago
I have this code:
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
If it returns true but you don't get the notification, ask FB.
true
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