DrupalBin
Submit Code
About
Recent Posts
Code
1 hour 44 min
ago
Fix for Code
1 hour 54 min
ago
d5, hook_comment, trying to force an input filter format
5 hours 12 min
ago
haha
5 hours 45 min
ago
more
Tags
CCK
drupal
fapi
jquery
menu
module
Panels
php
simpletest
test
theme
views
more tags
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Create new account
Request new password
Log in using OpenID
Cancel OpenID login
Home
oauth
oauth module destination variable stuff
August 21, 2008 - 9:35pm — Anonymous
function
oauth_auth_token
(
)
{
// Redirect to the right form, or present an error.
global
$user
;
if
(
$user
->
uid
!=
0
)
{
if
(
user_access
(
"authorize external services"
)
)
{
destination
oauth
Read more
Fix for oauth.module
July 4, 2008 - 12:28am — Anonymous
$services_oauth
[
$method_name
]
[
'permission'
]
=
0
;
}
}
$services_oauth_serialized
=
serialize
(
$services_oauth
)
;
oauth
sumit kataria
Read more
oauth.module
July 4, 2008 - 12:25am — Anonymous
$services_oauth
[
$method_name
]
[
'permission'
]
=
0
;
}
}
$services_oauth_serialized
=
serialize
(
$services_oauth
)
;
oauth
sumit kataria
Read more