Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I solved the problem. It is because the way we register was wrong.</p> <p>We created a html page on staging to verify. We tested on staging site.</p> <pre><code>e.g http://staging.myweb.com/ABCDEFG--.html </code></pre> <p>We got a key after we verified. We used that key for production.</p> <p>We got error like </p> <pre><code>OAuth::Problem: consumer_key_rejected </code></pre> <p>To get yahoo api for production, you have to test in production site directly.</p> <pre><code>e.g http://myweb.com/ABCDEFG--.html </code></pre> <p>Here are steps you have to do: (How to register yahoo for OAuth)</p> <ol> <li>Put html file in the production and verify</li> <li>Select Read/Write radio button in Contacts tabs, etc under Permission.</li> <li>Consumer key and Consumer secret will change whenever you update your permission. </li> <li>Update your consumer key and consumer secret in your application.</li> </ol> <p>Visit <a href="http://developer.yahoo.com/forum/OAuth/consumer-key-rejected/1258200961000-7a8c4082-46eb-3312-9632-a46af8734ad7" rel="nofollow">http://developer.yahoo.com/forum/OAuth/consumer-key-rejected/1258200961000-7a8c4082-46eb-3312-9632-a46af8734ad7</a></p> <p>After that we still got error.</p> <pre><code>OAuth::Unauthorized: 401 Forbidden </code></pre> <p>It may be because of permission in our yahoo setting. The setting may miss something. It may not include Profiles which is under Social Directory. So our app cannot access user's profile and 401 forbidden raise.</p> <p>To understand OAuth errors codes:</p> <p>Visit: <a href="http://wiki.oauth.net/w/page/12238543/ProblemReporting" rel="nofollow">http://wiki.oauth.net/w/page/12238543/ProblemReporting</a> </p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload