Noobie here ! Got the Code - Got the Token - But who is it?

			$context = stream_context_create(
				array(
					'http'=>array(
						'method'=>"GET",
						'header'=>"Authorization: Bearer $accesstoken"
					)
				)
			);