|
|
| |
1. Class stopped working |
|
Reply |
|
|
 Mandy Singh | 2007-08-15 21:11:55 |
This class has stopped working as of today 15th August 2007.
Seems like Yahoo changed something at their end.
I have mailed the author as well. |
| |
2. Re: Class stopped working |
|
Reply |
|
|
 Ehsanul Haque | 2007-08-16 18:39:59 - In reply to message 1 from Mandy Singh |
It is backup! I've made a patch and will upload updated version in next few hours.
Please check out the demo site http://resource.bdwebwork.com/GrabYahoo/. If you still cannot get your address book output, please report it here.
Thank you.
Ehsan |
| |
3. Re: Class stopped working |
|
Reply |
|
|
 Mandy Singh | 2007-08-16 18:48:35 - In reply to message 2 from Ehsanul Haque |
cool..the example page works fine.
eagerly waiting for the patch:) |
| |
4. Re: Class stopped working |
|
Reply |
|
|
 jayasim | 2007-08-24 05:51:54 - In reply to message 2 from Ehsanul Haque |
Hi Ishan,
Even after changing the code to your latest one still its not working for me.Please help me out |
| |
5. Re: Class stopped working |
|
Reply |
|
|
 jayasim | 2007-08-24 06:56:26 - In reply to message 2 from Ehsanul Haque |
Hi Rupom,
Its really cool that the library has started working now.But i think the way we can improve your code more is we have to send mail triggers to users when there is any change in yahoo address link or any changes in yahoo servers which makes our library failing. |
| |
6. Re: Class stopped working |
|
Reply |
|
|
 Ehsanul Haque | 2007-08-24 12:53:50 - In reply to message 5 from jayasim |
Its not Rupom, its Ehsan here. There are many things that can be done but its time that I don't have much to invest on. Hope I can get something done soon.
Thanks |
| |
7. Re: Class stopped working |
|
Reply |
|
|
 jayasim | 2007-08-25 04:49:44 - In reply to message 6 from Ehsanul Haque |
Hi ehsan,
Anyways its gr8 work indeed.I have 1 doubt in your code...
if (!empty($matches))
{
$foundStr = $matches[0];
$pattern = array (
'/id/', '/(\.?)crumb(\d?)/', '/value/', '/=/', '/\"/'
);
$replacement = array (
'', '', '', '', ''
);
$this->crumb = preg_replace($pattern, $replacement, $foundStr);
}
You are doing this pattern match.I have seen in yahoo i cant able to find out any link saying keywords like "crumb" "value" "id" etc.,
Could you please let me know how you able to find out these variables that your are posting using CURL????Eagarly awaiting for your response.
|
| |
8. Re: Class stopped working |
|
Reply |
|
|
 Mandy Singh | 2007-08-25 11:35:35 - In reply to message 7 from jayasim |
| check the form hidden fields inside the reply array. you should be able to see the "crumb" hidden field. |
| |
9. Re: Class stopped working |
|
Reply |
|
|
 jayasim | 2007-09-04 06:07:06 - In reply to message 8 from Mandy Singh |
| Thanks mandy :).Could you please let me know if there is any possibility of uploading contacts from orkut,linkedin,facebook too.If so please let me know the classes then |
| |
10. Re: Class stopped working |
|
Reply |
|
|
 manish p parmar | 2007-09-11 00:55:49 - In reply to message 2 from Ehsanul Haque |
hi there
My Yahoo Grab is not working still
Cookies are not set during authentication
i checked your new version
kindly help me in that direction
Abhijeet |
|