Questions tagged [rpxnow]
37 questions
0
votes
1 answer
Authlogic RPX extended permissions
I am working on the Facebook Connect feature for a Ruby on Rails website. I noticed that FB doesn't provide the user's email unless you demand extended permissions. I'm using the authlogic_rpx gem.
Does anyone know, if it's possible, and if how, to…

tadejm
- 184
- 6
0
votes
2 answers
RPX API Call auth_info is returning "missing parameter" error
I cannot get the RPX auth_info API call to work. It keeps returning the error: "Missing parameter: apiKey" I am using the C# RPX Helper Class provided on their Wiki:RPX Helper Class
Below is my code in my Page_Load method. The RPX service works…

James Lawruk
- 30,112
- 19
- 130
- 137
0
votes
1 answer
RPXNOW without refreshing
Is it possible to use rpx_now without refreshing the whole page after authenticated?
I want to use the rpx_now in the widget like uservoice. User can click the widget everywhere in the website, see something in a popup iframe, user should do…

Richard Huang
- 105
- 3
- 7
0
votes
1 answer
Unable to logoout of openID RPXnow
Hi I am using RPXnow for logging in my website.
I am able to login through yahoo/google/ account.
when I logout of my website I get logged out of my website & session is killed.
However if click back to sign in again through rpx widget I am…

Chava
- 159
- 1
- 5
- 21
0
votes
1 answer
verifiedEmail AOL OpenID
I can't seem to fetch the verifiedEmail field when trying to login to AOLs OpenID on my site. Every other provider that I know of provides this property, but not AOL.
I realize that AOL somehow uses an old OpenID version, although is it feasible to…

user183430
- 75
- 2
0
votes
1 answer
Set a "global pre-request variable" in Django in Middleware
I'm trying to combine Google App Engine with RPX Now user authentication and a per-user limited access pattern.
The per user access-limiting pattern relies upon GAE's global User.get_current_user(), like-so:
from google.appengine.api import…

Brian M. Hunt
- 81,008
- 74
- 230
- 343
0
votes
1 answer
Rpxnow.com works on localhost, but not on the 'net
I'm using OpenID for my site using the free plan with rpxnow.com. I am able to make the site work on localhost, but when I deploy, I get an "unexpected api error" exception. The root cause seems to be that the 'status' field is returning something…
Jay Godse