1

Error when Access API Yahoo Login?

When oauth redirect to https://api.login.yahoo.com/oauth/v2/request_auth, i received this message:

Yahoo! is experiencing some difficulties in processing your request. This is most probably a temporary technical issue, so please try again shortly.


What's happen?

by
14 Replies
  • We are currently experiencing some technical difficulties. Please stay tuned for additional information.

    - Jon

    QUOTE (Huynh @ Apr 21 2009, 07:41 PM) <{POST_SNAPBACK}>
    When oauth redirect to https://api.login.yahoo.com/oauth/v2/request_auth, i received this message:

    Yahoo! is experiencing some difficulties in processing your request. This is most probably a temporary technical issue, so please try again shortly.


    What's happen?
    0
  • QUOTE (Huynh @ Apr 21 2009, 07:41 PM) <{POST_SNAPBACK}>
    When oauth redirect to https://api.login.yahoo.com/oauth/v2/request_auth, i received this message:

    Yahoo! is experiencing some difficulties in processing your request. This is most probably a temporary technical issue, so please try again shortly.


    What's happen?


    Even I am getting the same problem. I am stck on my work due to this, as I need to implement fetching contacts from Yahoo. Please resolve this ASAP.

    Thanks,
    Girish.
    0
  • I'm experiencing the same issue. Any word on when you expect this issue to be resolved?

    @Girish I'm working with the contacts API too. Have you figured out the most efficient way to pull the contacts yet? The Yahoo contacts data structure is pretty funky. I'm trying to figure out the best way to only return a name and email address for each contact to speed things up.
    0
  • Hi Josh, just to touch on your point about about pulling in contacts, have you considered using YQL to pull in contact data? I usually find that if I need to capture specific data from one of the social APIs YQL usually gives me that fine grain control. Here's the basic query that you can run (with REST request you would call): http://developer.yahoo.com/yql/console/?q=...ere%20guid%3Dme

    Also to show you a way of capturing specific data, here's that same query when only capturing the contact given & family name:
    http://developer.yahoo.com/yql/console/?q=...ere%20guid%3Dme

    Jonathan LeBlanc
    Senior Software Engineer
    Yahoo! Developer Network
    Twitter: jcleblanc

    QUOTE (Josh Fraser @ Apr 22 2009, 08:31 AM) <{POST_SNAPBACK}>
    I'm experiencing the same issue. Any word on when you expect this issue to be resolved?

    @Girish I'm working with the contacts API too. Have you figured out the most efficient way to pull the contacts yet? The Yahoo contacts data structure is pretty funky. I'm trying to figure out the best way to only return a name and email address for each contact to speed things up.
    0
  • Thanks Jon,

    I've been planning on using YQL. Like your example showed, getting first and last names is easy & so is getting just email addresses. What is hard to getting first, last and email (and nothing else) all in one query.


    QUOTE (Jon @ Apr 22 2009, 10:34 AM) <{POST_SNAPBACK}>
    Hi Josh, just to touch on your point about about pulling in contacts, have you considered using YQL to pull in contact data? I usually find that if I need to capture specific data from one of the social APIs YQL usually gives me that fine grain control. Here's the basic query that you can run (with REST request you would call): http://developer.yahoo.com/yql/console/?q=...ere%20guid%3Dme

    Also to show you a way of capturing specific data, here's that same query when only capturing the contact given & family name:
    http://developer.yahoo.com/yql/console/?q=...ere%20guid%3Dme

    Jonathan LeBlanc
    Senior Software Engineer
    Yahoo! Developer Network
    Twitter: jcleblanc
    0
  • Hello everyone. I would just like to ask if there's anything new about this "experiencing some difficulties in processing your request" problem. I'm currently also trying to access the Yahoo! contacts API, but I get that same error message.

    Thanks for your time and help!
    0
  • QUOTE (Jon @ Apr 22 2009, 06:09 AM) <{POST_SNAPBACK}>
    We are currently experiencing some technical difficulties. Please stay tuned for additional information.

    - Jon


    Is OAuth temporarily disabled and is this because of the security issue reported with OAuth?

    Thanks,
    Girish
    0
  • Yes. See this post for more details:
    http://developer.yahoo.net/blog/archives/2...uth_update.html

    QUOTE (Girish @ Apr 22 2009, 04:08 PM) <{POST_SNAPBACK}>
    Is OAuth temporarily disabled and is this because of the security issue reported with OAuth?

    Thanks,
    Girish
    0
  • How long do you guys think it might take for OAuth to come back up?

    1 week, 2 weeks?

    Thanks!
    0
  • Hello again. Just diggin out more information. Am I correct in assuming that, since YQL also depends on OAuth for accessing private data, private data queries will also fail?

    Thanks!

    QUOTE (Jon @ Apr 22 2009, 10:34 AM) <{POST_SNAPBACK}>
    Hi Josh, just to touch on your point about about pulling in contacts, have you considered using YQL to pull in contact data? I usually find that if I need to capture specific data from one of the social APIs YQL usually gives me that fine grain control. Here's the basic query that you can run (with REST request you would call): http://developer.yahoo.com/yql/console/?q=...ere%20guid%3Dme

    Also to show you a way of capturing specific data, here's that same query when only capturing the contact given & family name:
    http://developer.yahoo.com/yql/console/?q=...ere%20guid%3Dme

    Jonathan LeBlanc
    Senior Software Engineer
    Yahoo! Developer Network
    Twitter: jcleblanc
    0
  • From what I know, public YQL tables will still function perfectly well, but private data tables (such as social) will have the same issue.

    - Jon

    QUOTE (Jesús @ Apr 22 2009, 10:16 PM) <{POST_SNAPBACK}>
    Hello again. Just diggin out more information. Am I correct in assuming that, since YQL also depends on OAuth for accessing private data, private data queries will also fail?

    Thanks!
    0
  • The same error is happening with Twitter too. Read that news http://news.cnet.com/8301-13577_3-10225103-36.html

    The questions is:

    Does Yahoo services that uses OAuth able to use BBAuth or another kind of authentication?
    0
  • If I understand the question correctly, you want to know if you can use BBAuth to authenticate with a service the uses OAuth. The answer to that is no, unfortunately.
    QUOTE (Ciro @ Apr 23 2009, 08:20 AM) <{POST_SNAPBACK}>
    The same error is happening with Twitter too. Read that news http://news.cnet.com/8301-13577_3-10225103-36.html

    The questions is:

    Does Yahoo services that uses OAuth able to use BBAuth or another kind of authentication?
    0
  • same problem here
    0

Recent Posts

in OAuth General Discussion YDN SDKs