I had to get the user's yahoo address book using PHP's CURL when user gave login name and password. It was working fine. Address book has been got as CSV format. But now suddenly things are stop working. I am just getting some yahoo's html code instead of CSV format. I am guessing that yahoo is somehow restricted fetching address book using CURL.
Ben elle Yahoo hizmetinden ithalat kişileri yaptığını bir deney yaptı. Kişiler alınırken yahoo doğrulamak için CAPTCHA gösterilen önce. Ben bu CAPTCHA mekanizma yeni eklenmiş sanırım. Bu CAPTCHA mekanizma PHP'nin CURL kullanıyorum zaman adres defterini almak için engelliyor?
Aslında Yahoo OAuth veya BBAuth kullanarak adres defterini almak istemiyorum.
Herhangi bir fikir var mı?