Skip Menu |

This queue is for tickets about the Net-OAuth CPAN distribution.

Report information
The Basics
Id: 82251
Status: new
Priority: 0/
Queue: Net-OAuth

People
Owner: Nobody in particular
Requestors: shmuelfomberg [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Net::OAuth::V1_0A::AccessTokenRequest: should not require token_secret
package Net::OAuth::V1_0A::AccessTokenRequest is use-basing Net::OAuth::AccessTokenRequest, which requires token_secret. So the check function crocks that token_secret is missing, even if it is not needed at all. Can you fix this? Thanks, Shmuel.