Given an API call that returns a null value and no error message, how would you go about troubleshooting the problem?
Sigiloso
First of all use a null pointer check to make sure your program doesn't crash. If possible, step through the API call to narrow down the problem. If that is not possible, look at what you are doing with the API such as parameters that may not have been valid. If still can't figure out, send a message to an established forum.