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