pyfacebook
pyfacebook copied to clipboard
notifications.sendEmail doen't return any error code
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
The same problem.