public function testCallbackUrlIsSet()
 {
     $consumer = new consumer('foo', 'bar', 'http://example.com/foobar');
     $this->assertEquals('http://example.com/foobar', $consumer->getCallbackUrl());
 }