Yahoo Contacts + OAuth

Panagiotis29 Mar 2010 11:26 AM
Hi guys is there any library or at least some documentation on how to import Yahoo! contacts using Python and OAuth ?
Guilherme Chapiewski19 Apr 2010 1:55 PM
QUOTE (Panagiotis @ Mar 29 2010, 10:26 AM) <{POST_SNAPBACK}>
Hi guys is there any library or at least some documentation on how to import Yahoo! contacts using Python and OAuth ?


Hi Panagiotis,

You can use YQL for this job. You could execute this YQL query that get the connections of an user through Python-YQL, that is a Python library to query YQL tables.

Cheers,
gc
Yaman Salahi23 Apr 2010 9:42 AM
What is the YQL query to select only contacts with e-mail addresses present? I tried but could not figure it out.

QUOTE (Guilherme Chapiewski @ Apr 19 2010, 12:55 PM) <{POST_SNAPBACK}>
Hi Panagiotis,

You can use YQL for this job. You could execute this YQL query that get the connections of an user through Python-YQL, that is a Python library to query YQL tables.

Cheers,
gc