|
More site info...
|
|
Forum profile page for OAuth on http://developer.yahoo.net.
This report page is the aggregated overview from a single forum: OAuth, located on the Message Board at http://developer.yahoo.net.
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "OAuth" on the Message Board at http://developer.yahoo.net is also shown in the following ways:
1) Latest Active Threads
2) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on OAuth:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
12
|
47
|
82
|
|
Post:
|
16
|
65
|
112
|
|
|
OAuth Posting activity graph:
|
Top authors during last week:
user's latest post:
Unable to get the request_Token
Published (2009-12-11 21:47:00)
QUOTE (Meltonian @ Dec 9 2009, 03:03 PM) I was seeing the same response. Make sure you have the same domain in your callback_url as the one you configured your app with. As soon as I changed this it worked for me. However, I'm not if this is the only issue you're facing. The one thing which is wonky with how Yahoo implements this pattern is its impossible to the entire flow locally on a dev machine unless you change...
user's latest post:
Delicious OAuth Api
Published (2009-12-15 17:21:00)
Figured it out...turns out I wasn't doing a urlencode on ALL the parameters that I was passing into the CURLOPT_URL when I was making the final call to http://api.del.icio.us/v2/posts/add QUOTE (Zippy Z @ Dec 14 2009, 01:45 PM) I've made it all the way to Step 7 (http://delicious.com/help/oauthapi) But keep getting Please provide valid credentials. OAuth oauth_problem="signature_invalid",...
user's latest post:
Obtaining oauth access token in...
Published (2009-12-10 18:35:00)
QUOTE (dimabrodsky @ Dec 10 2009, 11:57 AM) Hi, I am developing a client/desktop application for delicious and it is not completely clear to me how to obtain an oauth access token. All of the examples I have seen posted assume it is a web application. I have registered an app and have a consumer and a secret key, etc. I am not entirely clear how to get the describe flow of information given that I have no callback url and a...
user's latest post:
OAuth for desktop application
Published (2009-12-10 13:24:00)
QUOTE (Dustin Whittle @ Dec 1 2009, 10:04 AM) You should use OAuth for desktop applications. At some point the user must verify that your application is authorized and type in an oauth verifier code. How does one obtain an oauth verifier code for a desktop application? If seems that this is the missing golden nugget in a number of these oauth threads. Thanks! ttyl Dima
user's latest post:
Delicious OAuth Api
Published (2009-12-09 11:03:00)
QUOTE (Chris D @ Nov 11 2009, 09:09 AM) In the meantime, YDN provides code to work with OAuth at http://developer.yahoo.com/social/sdk/ , which should hopefully make accessing Delicious easier. Well, the first thing it did was ask me to select from among four choices. I was expecting "Delicious" to be mentioned in one of the choices, but it was not. I chose the second choice: [ ] Contacts, MyBlogLog, Social...
user's latest post:
consumer_key_rejected
Published (2009-12-09 01:08:00)
QUOTE (Jonathan LeBlanc @ Nov 30 2009, 01:14 PM) There is no need for the hostility mrbeefx. What Dustin was referring to was when you created your application you were given a series of keys. This error generally means there is a mismatch between the consumer key and secret keys you were given. Please check to make sure the consumer and secret keys that you are using from your application are correctly copied over. - Jon...
user's latest post:
Unable to get the request_Token
Published (2009-12-10 15:03:00)
I was seeing the same response. Make sure you have the same domain in your callback_url as the one you configured your app with. As soon as I changed this it worked for me. However, I'm not if this is the only issue you're facing. The one thing which is wonky with how Yahoo implements this pattern is its impossible to the entire flow locally on a dev machine unless you change your dns settings. I like to run all my development using...
user's latest post:
Step 4 oauth_signature issues
Published (2009-12-10 14:15:00)
I am simply trying to get the instructions found here: http://delicious.com/help/oauthapi and here: http://developer.yahoo.com/oauth/guide/oauth-auth-flow.html to work. I am hung up on step four. Delicious says to set up the URL like this: CODEBOX https://api.login.yahoo.com/oauth/v2/get_token? oauth_consumer_key=<your consumer key> &oauth_signature_method=PLAINTEXT &oauth_version=1.0...
user's latest post:
Step 4 oauth_signature issues
Published (2009-12-10 21:00:00)
I was just able to exchange the request token for the access token using the url formulation described here: http://developer.yahoo.com/oauth/guide/oau...-sign-plaintext for example: <?php //retrieve request token params stored from step 1 of the oauth flow $request_token = unserialize(file_get_contents($request_token_file_path)); $t = time(); $u = 'https://api.login.yahoo.com/oauth/v2/get_token?'...
user's latest post:
OAuth Quick Start Guide
Published (2009-12-12 13:07:00)
Is OAuth request token working? This link is dead https://api.login.yahoo.com/oauth/v2/get_token Any other option? Thanks in advance.
|
|
|
|
Latest active threads on OAuth::
Started 1 year, 1 month ago (2008-10-18 20:18:00)
by Ryo
QUOTE (JB @ Sep 30 2008, 05:44 PM) OAuth is a standard protocol that Yahoo! uses to allow developers to access private data on behalf of Yahoo! users. Read the Yahoo! OAuth Quick Start Guide for more information on how Yahoo! provides OAuth authentication for Yahoo! APIs and Web services. Hello JB. I saw the document and found the following message. "Before you can ...
Started 1 month, 3 weeks ago (2009-10-22 16:34:00)
by Pukka
According to this: http://blog.delicious.com/blog/2009/10/del...ut-yo u-too.html QUOTE For accounts created with a yahoo ID, you can use pretty much the same api’s except: 1) You need to use OAuth, as per http://developer.yahoo.com/oauth/ , with Delicious as a scope 2) use /v2 as the path rather than /v1 3) You can use http rather than https So I've got the OAuth ...
Started 5 days, 18 hours ago (2009-12-10 21:00:00)
by Erik
I was just able to exchange the request token for the access token using the url formulation described here: http://developer.yahoo.com/oauth/guide/oau...-sign -plaintext for example: <?php //retrieve request token params stored from step 1 of the oauth flow $request_token = unserialize(file_get_contents($request_token_file_ path)); $t = time(); $u = 'https://api.login.yahoo.com/...
Started 1 week ago (2009-12-09 10:17:00)
by cu
Any yahoo staff here can answer my question? why i can register for web app and it gives me that kind of error. Thanks
Started 5 days, 20 hours ago (2009-12-10 18:35:00)
by Dustin Whittle
QUOTE (dimabrodsky @ Dec 10 2009, 11:57 AM) Hi, I am developing a client/desktop application for delicious and it is not completely clear to me how to obtain an oauth access token. All of the examples I have seen posted assume it is a web application. I have registered an app and have a consumer and a secret key, etc. I am not entirely clear how to get the describe flow ...
Started 2 weeks ago (2009-12-02 08:24:00)
by Nguyễn Văn Thoại
Read this one, it may help you. http://developer.yahoo.net/forum/index.php...&#ent ry9916 My experience: get requestoken and get access token => use plain text for simplicity when you have access token, you MUST USE HMACSHA1.
Started 1 month ago (2009-11-14 17:19:00)
by Dustin Whittle
Can you confirm the consumer key and shared secret? Generally, this means the consumer key you specified was invalid.
This post has been edited by Dustin Whittle : Today, 05:19 PM
Started 3 months, 2 weeks ago (2009-09-03 06:31:00)
by Jonathan LeBlanc
Hi prasad, Could you please provide us with additional information about the error. Specifically, the following would help us debug this issue: The full OAuth string that you are sending The headers of the request The response headers from the request (should include the full error) A code snippet of the OAuth process would also help Thanks. Jonathan LeBlanc Senior Software ...
|
|
Hot threads for last week on OAuth::
Started 1 week ago (2009-12-09 10:17:00)
by cu
Any yahoo staff here can answer my question? why i can register for web app and it gives me that kind of error. Thanks
Started 1 month, 3 weeks ago (2009-10-22 16:34:00)
by Pukka
According to this: http://blog.delicious.com/blog/2009/10/del...ut-yo u-too.html QUOTE For accounts created with a yahoo ID, you can use pretty much the same api’s except: 1) You need to use OAuth, as per http://developer.yahoo.com/oauth/ , with Delicious as a scope 2) use /v2 as the path rather than /v1 3) You can use http rather than https So I've got the OAuth ...
Started 5 days, 18 hours ago (2009-12-10 21:00:00)
by Erik
I was just able to exchange the request token for the access token using the url formulation described here: http://developer.yahoo.com/oauth/guide/oau...-sign -plaintext for example: <?php //retrieve request token params stored from step 1 of the oauth flow $request_token = unserialize(file_get_contents($request_token_file_ path)); $t = time(); $u = 'https://api.login.yahoo.com/...
Started 5 days, 20 hours ago (2009-12-10 18:35:00)
by Dustin Whittle
QUOTE (dimabrodsky @ Dec 10 2009, 11:57 AM) Hi, I am developing a client/desktop application for delicious and it is not completely clear to me how to obtain an oauth access token. All of the examples I have seen posted assume it is a web application. I have registered an app and have a consumer and a secret key, etc. I am not entirely clear how to get the describe flow ...
Started 2 weeks ago (2009-12-02 08:24:00)
by Nguyễn Văn Thoại
Read this one, it may help you. http://developer.yahoo.net/forum/index.php...&#ent ry9916 My experience: get requestoken and get access token => use plain text for simplicity when you have access token, you MUST USE HMACSHA1.
Started 1 year, 1 month ago (2008-10-18 20:18:00)
by Ryo
QUOTE (JB @ Sep 30 2008, 05:44 PM) OAuth is a standard protocol that Yahoo! uses to allow developers to access private data on behalf of Yahoo! users. Read the Yahoo! OAuth Quick Start Guide for more information on how Yahoo! provides OAuth authentication for Yahoo! APIs and Web services. Hello JB. I saw the document and found the following message. "Before you can ...
Started 1 month ago (2009-11-14 17:19:00)
by Dustin Whittle
Can you confirm the consumer key and shared secret? Generally, this means the consumer key you specified was invalid.
This post has been edited by Dustin Whittle : Today, 05:19 PM
|
|