pyfacebook icon indicating copy to clipboard operation
pyfacebook copied to clipboard

notifications.sendEmail doen't return any error code

Open manelvf opened this issue 15 years ago • 1 comments

Hi,

Using this code:

result = request.facebook.notifications.sendEmail( userList, "Hello", "World" )    

where userList is a list of user ids.

When this code executes, result hasn't any value and users doen't receive any email. I think that it should return an error code as in : http://wiki.developers.facebook.com/index.php/Notifications.sendEmail

manelvf avatar Nov 10 '09 11:11 manelvf

The same problem.

traditio avatar Feb 08 '10 09:02 traditio