Displaying 4 results from an estimated 4 matches for "redirect_uri".
Did you mean:
redirect_url
2011 May 01
0
Fbgraph
Hi All,
Am new to rails ,am using fbgraph gem in rails 3 having the follwoing error
{
"error": {
"type": "OAuthException",
"message": "Invalid redirect_uri: Given URL is not allowed by
the Application configuration."
}
}
In my controller,
def start
redirect_to client.authorization.authorize_url(:redirect_uri => "
http://localhost:3000/" , :scope =>
''email,user_photos,friends_photos,publish_stream'')...
2012 Jul 15
1
Facebook redirect
Hi everyone
I have this Application witch won''t redirect, I think it''s because there is
another redirect, I mean when i redirect to the FB url
(https://www.facebook.com/dialog/oauth?client_id=439021042804757&redirect_uri=http://localhost:3000/)
I know there is another redirect, but I can''t get rails to follow this
redirect. I had tried to google it, but
I thought, I can''t find the right keywords. My server log look like this:
> Redirected to
> https://www.facebook.com/dialog/oauth?client...
2010 Sep 17
0
ruby's oauth2 grant_type
...7:44 +0400
Processing by Oauth::TokenController#get_token as */*
Parameters:
{"client_id"=>"9ddf5f526127a8858485f2c9401c7152cfaf870da62267e6f54643de53eb6a76",
"client_secret"=>"84388e2ca839c2834177024a6f358b1415bcd3ea936be1148443d9df2f7cf363",
"redirect_uri"=>"http://test.local.lo/users/oauth/accounts/callback",
"type"=>"web_server",
"code"=>"d264c2496d0dc5c494b7269f2f9e4c30cd55a571b6944d3231f63577acd12b1b"}
SQL (0.8ms) SELECT a.attname, format_type(a.atttypid,
a.atttypmod), d.adsrc,...
2011 Sep 22
9
Referral generation and tracking
Here are two things that need to be done.
1. Generate Referreal URL''s for users.
-- people will signup and a referral URL will be generated for them,
which they can share
2. Track those referral URL''s
-- I will have to track performance of each referral URL
How can go about doing this using Rails 3.1
--
You received this message because you are subscribed to the Google