Forgot your password?
Error : Oops! If you are seeing this, your browser is not loading the page correctly. Please try pressing Control-F5 to force reload the page. If this doesn't work, you may need to update your browser :
Download Firefox | Download Chrome | Download IE

mike4flor   

Michael, 33 y.o.
Tsukuba, Japan [Current City]
Fresno, United States [Hometown]

Speaks

Looking for

Friends

Education

Graduate degree
CSU Fresno, and Oregon State

Occupation

Teacher


Joined 15 years ago, profile updated 3 years ago.

Displaying posts 1 to 10 of 152.
Reply - Conversation - Apr 24
Hey Mike!! Greetings from Kashiwa.
Reply - Conversation - Apr 24
/**
* Requires libcurl
*/

$curl = curl_init();

$payload = "grant_type=authorization_code&code=string&redirect_uri=string";

curl_setopt_array($curl, [
CURLOPT_HTTPHEADER => [
"Content-Type: application/x-www-form-urlencoded",
"Authorization: Basic " . base64_encode("<username>:<password>")
],
CURLOPT_POSTFIELDS => $payload,
CURLOPT_URL => "https://wwwcie.ups.com/security/v1/oauth/token",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_CUSTOMREQUEST => "POST",
]);

$response = curl_exec($curl);
$error = curl_error($curl);

curl_close($curl);

if ($error) {
echo "cURL Error #:" . $error;
} else {
echo $response;
}
Reply - Conversation - Feb 20
inactive user
this site is better - xstripx.com
inactive user
this site is better - xstripx.com
inactive user
this site is better - xstripx.com
Reply - Conversation - Jul 17, 2012
Hello would you like to be my pen pal if so write in my inbox how are you doing :)
inactive user
ha no but I want to really bad!
inactive user
Haha i'm finne thank you (:
inactive user
Ha anwayss how are you?
Please Sign In or Join for Free to view the rest of this profile.
You are currently logged in from 3.17.79.60 View account activity.