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')
  end

i want to post,poke to friends via my app ,is any other plugin available for
this .


Thanks in advance

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to