0

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.

Charles
  • 50,943
  • 13
  • 104
  • 142
Akeem
  • 7,897
  • 5
  • 32
  • 41

1 Answers1

1

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
  • 7,897
  • 5
  • 32
  • 41