We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I try to unstandand your code and write a sample on it.
On client-side (Windows phone 8), I use this sample code to generate the Uri. http://code.msdn.microsoft.com/wpapps/Tile-Notification-Sample-55c58631
On server-side, I wrote this sample. Can you help me to figure out what step I doing wrong?
<?php require_once("wpn.php"); $sid="ms-app://s-1-15-2-xxxxxxxxxx-xxxxxxxxxx-xxxxxxxxxx-xxxxxxxxxx-xxxxxxxxxx-xxxxxxxxxx-xxxxxxxxxx"; $secret="xxxxxxxxxxxxx-xxxxxxxxxxxxx"; $uri="http://am3.notify.live.net/throttledthirdparty/01.00/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"; $wpn = new WPN($sid, $secret); $xml_data=$wpn->build_tile_xml("hello", "Green.png"); $response=$wpn->post_tile($uri, $xml_data); var_dump($response);
The text was updated successfully, but these errors were encountered:
Works for me
Sorry, something went wrong.
No branches or pull requests
I try to unstandand your code and write a sample on it.
On client-side (Windows phone 8), I use this sample code to generate the Uri.
http://code.msdn.microsoft.com/wpapps/Tile-Notification-Sample-55c58631
On server-side, I wrote this sample.
Can you help me to figure out what step I doing wrong?
The text was updated successfully, but these errors were encountered: