views:

556

answers:

2

I am using windows live contacts api to create find a friend functionality in a PHP 5 application. I am able to get the results fine but it's encoded "deflate". I have tried using gzuncompress to decompress but it returns false. If any one has experience using this api with php 5 and can help that would be great.

+1  A: 

Ok I wish i could delete this question. I was using the wrong function (or more specifically Zend Framework had a bug in it where it used gzuncrompress where it should have been using gzinflate).

Akeem
Simple mark your own answer as correct :)
Seb
A: 

Hi, i'm coding the same as you, i'm very lost right now, could you hook me up with some example code?

Matias
Unfortunately I don't have that code handy sorry. A year is ages as a programmer :)
Akeem