While working with sfMelodyPlugin, I experienced unobvious OAuth class fatal errors :
I found that when a sfMelody class does not exist, as if I mistype a method name, I get the error.
// Method sfTwitterMelody::retrieveByKeywords() exists
$results = $this->getUser()->getMelody('twitter')->retrieveByKyword(); // Mistyping Keyword
OAuth::__call seems to be called infinitely, causing memory error.