search for: oauth

Displaying 20 results from an estimated 154 matches for "oauth".

Did you mean: auth
2012 Sep 04
2
How to get contact list from yahoo in rails using OAuth
I can successfully get the contacts from google using OAuth gem in rails. my gmail configuration is : :google=>{ :key=>"***", :secret=>"***", :expose => true, :scope=>"https://www.google.com/m8/feeds/" } now i want to get contact from yahoo and hot mail. How to get that contact I have given fo...
2010 Jun 08
1
camping-oauth is now available
I finally put together the final touches on the first version of the camping-oauth gem. It allows you to make a Camping web app into an OAuth provider. It leverages ruby-oauth and the oauth-plugin. An example of a use case is a web service built with Camping (using json/xml with/without REST). You can find it on GitHub: http://bit.ly/campingoauth I also wrote a blog post on ho...
2014 Nov 01
5
Pregunta (creo que simple) para usar twitteR
Hola Alfonso, buenos días: Lo he probado pero no me va, eso sí ha cambiado el error, el código utilizado es: library(ROAuth)library(twitteR) download.file(url="http://curl.haxx.se/ca/cacert.pem", destfile="cacert.pem") reqURL <- "https://api.twitter.com/oauth/request_token"accessURL <- "http://api.twitter.com/oauth/access_token"authURL <- "http://api.twitter.com/oau...
2012 Oct 18
6
[LLVMdev] Announcement: Phabricator for code reviews
On Thu, Oct 18, 2012 at 11:21 PM, Krzysztof Parzyszek < kparzysz at codeaurora.org> wrote: > On 10/18/2012 4:18 PM, Chandler Carruth wrote: > >> >> Facebook is not the only OAuth provider though. We should be able to >> support essentially any you would prefer if that's all. Manuel's comment >> still stands if OAuth is a problem. >> > > My point is that using an OAuth provider should be an option, not a > de-facto requirement. I hear you...
2012 Oct 18
2
[LLVMdev] Announcement: Phabricator for code reviews
On Thu, Oct 18, 2012 at 1:31 PM, Krzysztof Parzyszek < kparzysz at codeaurora.org> wrote: > On 10/18/2012 1:32 PM, Manuel Klimek wrote: > >> >> If you strongly prefer not to use an OAuth provider, let me know and I >> can create a user for you, but I'd be interested in the reasons (and the >> upstream phab devs might be, too). >> > > Because Facebook is for posting political rants and funny pictures of > cats. :) Facebook is not the only OAuth prov...
2013 Nov 22
1
Descargar tweets con package twitteR
Hola a tod@s! Estoy dando mis primeros pasos con R, y mi objetivo es conseguir descargar tweets de cuentas concretas de twitter. Encontre documentación sobre el package twitteR, y he intentado aplicarlo, pero siempre tengo problemas a la hora de conseguir la autentificación con OAuth. Este es el código que estoy utilizando: options( RCurlOptions = list(verbose = TRUE, proxy = "XXXXXXXXXXXXXXXXXX")) setInternet2(use = TRUE) require("ROAuth") require("twitteR") require("wordcloud") require("tm") require("bitops&q...
2010 Jul 01
6
Close Modalpopup with RJS
...tml.erb function OpenModalPopUP() { window.showModalDialog(''/sessions/create''); } main page <%= link_to "login via twitter", {:controller => "sessions/create"}, :onclick => "OpenModalPopUP()" %> sessions/create def create oauth.set_callback_url(finalize_session_url) session[''rtoken''] = oauth.request_token.token session[''rsecret''] = oauth.request_token.secret redirect_to oauth.request_token.authorize_url end sessions/finalize def finalize oauth.authorize_from_req...
2019 Aug 19
1
Dovecot and Oauth
Hi all, I am considering expanding a mail server to support Oauth with Google. I have read through the following: https://wiki.dovecot.org/PasswordDatabase/oauth2 however, it doesn't work and appears to me to be missing important information, the least of which is API authorisation. Searching with Google, I can't find any more information beyond what a...
2011 Mar 03
1
which oauth gem to use?
Does any1 have any recommendations for an oauth gem. I am trying to create a twitter proxy. I''m not sure which oauth gem to use. Thanks in advance! -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send...
2014 Nov 01
2
Pregunta (creo que simple) para usar twitteR
...toy tratando de darme de alta para poder acceder, vía R a la api de Twitter, soy un poco novato en esto y por esto lanzo la pregunta. Aunque ya me han ayudado y me han pasado alguno link del pasado, aún no consigo dar con la solución que seguro es algo que se me escapa He usado este código library(ROAuth)library(twitteR) reqURL <- "https://api.twitter.com/oauth/request_token"accessURL <- "http://api.twitter.com/oauth/access_token"authURL <- "http://api.twitter.com/oauth/authorize"consumerKey <- "Hola_amigo"consumerSecret <- "fjroar"tw...
2023 Feb 15
2
thunderbird-102.7.1-1.el8 breaks OAuth authentication
On 2/14/23 08:49, Orion Poplawski wrote: > On 1/29/23 11:24, Orion Poplawski wrote: >> It seems that thunderbird-102.7.1-1.el8 (at least on CentOS Stream) broke >> OAuth authentication with outlook.office365.com.? Downgrading to >> 102.4.0-1.el8 resolved the issue. >> >> Error console reports: >> >> XHR POST https://login.microsoftonline.com/common/oauth2/v2.0/token >> [HTTP/1.1 400 Bad Request 293ms] > > This has been fix...
2011 Dec 09
0
Re: Need help with WePay integration using oAuth
Qas Wm wrote in post #1008599: > Hi, > > I a trying to integrate WePay with oauth but I have next to nothing > experience with oauth and need help and guidance in completing this > task. > > Does anyone have any pointer or sample they can direct me to? Checkout the wepay-rails gem: https://github.com/adamthedeveloper/wepay-rails It handles the Oauth and IPN calls f...
2012 Oct 18
0
[LLVMdev] Announcement: Phabricator for code reviews
Manuel, On Oct 18, 2012, at 2:45 PM, Manuel Klimek <klimek at google.com> wrote: > I hear you, but I'd be interested in why OAuth is a problem for you - as I said, if we have good arguments, the phab guys are really quick to come up with changes. I'm not deeply familiar with authentication schemes. I know you've already resolved the issue for me with a manually created account, but to reiterate my reasons from that e...
2012 Oct 18
0
[LLVMdev] Announcement: Phabricator for code reviews
On 10/18/2012 4:18 PM, Chandler Carruth wrote: > > Facebook is not the only OAuth provider though. We should be able to > support essentially any you would prefer if that's all. Manuel's comment > still stands if OAuth is a problem. My point is that using an OAuth provider should be an option, not a de-facto requirement. -- Qualcomm Innovation Center, Inc. is a...
2023 Jan 29
2
thunderbird-102.7.1-1.el8 breaks OAuth authentication
It seems that thunderbird-102.7.1-1.el8 (at least on CentOS Stream) broke OAuth authentication with outlook.office365.com. Downgrading to 102.4.0-1.el8 resolved the issue. Error console reports: XHR POST https://login.microsoftonline.com/common/oauth2/v2.0/token [HTTP/1.1 400 Bad Request 293ms] Is anyone else seeing this? -- Orion Poplawski he/him/his - surely the leas...
2023 Jan 30
1
thunderbird-102.7.1-1.el8 breaks OAuth authentication
On 29/01/2023 18:24, Orion Poplawski wrote: > It seems that thunderbird-102.7.1-1.el8 (at least on CentOS Stream) > broke OAuth authentication with outlook.office365.com.? Downgrading to > 102.4.0-1.el8 resolved the issue. > > Error console reports: > > XHR POST https://login.microsoftonline.com/common/oauth2/v2.0/token > [HTTP/1.1 400 Bad Request 293ms] > > Is anyone else seeing this? > Yes...
2010 Feb 07
0
Authlogic Oauth problem with Remember Me
My sole login type is Twitter OAuth; I''m using Authlogic with the Oauth addition for authentication. I''m trying to build my Rails app such that the user is automatically redirected to Twitter''s login/registration, instead of having a "login with Twitter" button on my page. That works so far, usin...
2011 Sep 09
0
Heroku, oauth, redirects and ajax
Hi, I have a controller method that makes at least 3 calls to external severs. The method is an oauth callback where intially I was (within that method) creating and saving a picture into rackspace, and then making two consecutive calls to an external service. After all that the end user sees a canvas that belongs to the external service application so my job is done. I have that in Heroku and I c...
2013 Oct 08
1
301 "Moved Permanently" for oauth with rails 2
Hi, Im using rails 2.3.11 with ruby 1.8.7. My oauth version is 0.4. Im getting Error ''301 "Moved Permanently"'' while calling get_request_token method. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubs...
2012 Oct 18
2
[LLVMdev] Announcement: Phabricator for code reviews
...github or google login. It looks > like > you can register with phabricator using a github or google account; is that > required, or is it possible to sign up for phabricator without going via > github > or google? > > Thanks for your help, Duncan. The only way to not use an OAuth provider is to have an administrator create an account for you. I can switch on the facebook OAuth in addition to google and github, if that would make it easier for you. If you strongly prefer not to use an OAuth provider, let me know and I can create a user for you, but I'd be interested in...