Closed (works as designed)
Project:
OAuth 1.0
Version:
6.x-2.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
10 Nov 2008 at 15:35 UTC
Updated:
19 Jan 2009 at 13:13 UTC
Attaching patch. The if-else structure is quite redundant, I'm not sure if the following abides to Drupal coding standards:
if ($boolean) {
// code
return $something;
}
// implicit else
return $something_else;
Un-tested patch.
| Comment | File | Size | Author |
|---|---|---|---|
| echo_or_return_token.patch | 2.51 KB | flevour |
Comments
Comment #1
brmassa commentedFrancesco,
i still dont know much how the final output for direct call should be. i dont know if printing the serialised array is the right thing to do.
im building a dummy module for testing OAuth. It still only uses XML RPC. I will commit in a few hours.
regards,
massa
Comment #2
brmassa commentedFrancesco,
for now, this values should be send thru Web Services.
regards,
massa