similar to: Twitter - oauth gem - not getting callback

Displaying 20 results from an estimated 20000 matches similar to: "Twitter - oauth gem - not getting callback"

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 =
2014 Nov 01
2
Pregunta (creo que simple) para usar twitteR
Hola comunidad, ¿Qué tal? Tengo una duda que creo que es sencilla, pero me veo algo torpe. Estoy 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
2012 Nov 08
1
twitteR return error message
I am new to the packge twitteR when using this package I came across several problems, can anybody help me on those problems? Many Thanks rm(list=ls()) library(bitops) library(RCurl) library(rjson) library(twitteR) library(digest) library(ROAuth) requestURL <- "https://api.twitter.com/oauth/request_token" accessURL =
2013 Jul 25
0
Error al utilizar twitteR
A ver si os sirve. Desde que cambiaron la api a la v 1.1 la identificación a través de la api es obligatoria para poder acceder a información. El proceso que yo sigo es el siguiente: #Se definen los datos de la app registrada en twitter dev tw <- OAuthFactory$new(consumerKey="aquí consumerkey", consumerSecret="aqui consumer secret",
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 <-
2010 Jul 01
6
Close Modalpopup with RJS
hi guys: I''m scratching my head on this one: I have a twitter app where I''m trying to open a modalpopup with a twitter sign in, get them to sign in, then close the popup and refresh the main window. My code however refreshes the main window with the popup window result, which I thought was really strange: application.html.erb function OpenModalPopUP() {
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 email to
2013 Jul 24
2
Error al utilizar twitteR
Si, Carlos, gracias. Pero desafortunadamente el link con el PDF no funciona :( --JIV Sent from my phone. Please excuse my brevity and misspelling. On Jul 24, 2013, at 4:51 PM, Carlos Ortega <cof@qualityexcellence.es> wrote: Hola, ¿Viste la sugerencia/ayuda en StackOverflow?: http://stackoverflow.com/questions/17408930/twitter-first-example Saludos, Carlos Ortega
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 how to use it (and
2011 Jun 23
2
getting twitter followers into our rails application
Hi everybody, I have integrated OAuth into my app. Now I want to get the follower lists for the user who has authenticated using OAuth. My app works on ruby on rails. And i want to know how i can fetch the followers list for the current logged in user. Can someone tell me if they have done it before? thaks +++++++++++++++ Pravin Mishra -- You received this message because you are subscribed
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, using a new view like this: <html> <body> <%
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 for you.
2013 Jul 24
0
Error al utilizar twitteR
Hola, ¿Viste la sugerencia/ayuda en StackOverflow?: http://stackoverflow.com/questions/17408930/twitter-first-example Saludos, Carlos Ortega www.qualityexcellence.es El 24 de julio de 2013 23:29, Jorge I Velez <jorgeivanvelez@gmail.com>escribió: > Muchas gracias Marcelino. Desafortunadamente al ejecutar el ejemplo que > aparece en > > ?registerTwitterOAuth > >
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 amounts to C&P'ing of the
2013 Jan 29
0
How to stub a class inside a module with Mocha in Ruby?
I know there are lot of questions in here around this. I''ve tried all of them but none of them works. Basically, I''m trying to stub TwitterOAuth::Client so my test won''t call the real api every time. Here''s the bit from TwitterOAuth gem that I use. module TwitterOAuth class Client def initialize(options = {}) @consumer_key =
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
2013 Jul 24
2
Error al utilizar twitteR
Muchas gracias Marcelino. Desafortunadamente al ejecutar el ejemplo que aparece en ?registerTwitterOAuth obtengo twitCred$handshake() Error: Unauthorized registerTwitterOAuth(twitCred) Error in registerTwitterOAuth(twitCred) : oauth has not completed its handshake Alguna otra sugerencia? Muchas gracias! Jorge.- 2013/7/25 Marcelino de la Cruz <marcelino.delacruz@upm.es> > Mira
2019 Dec 06
0
Dovecot & OAuth
Hi! It seems there is a bug in the oauth2 driver, it loads the cert files wrong way. I'll make an internal bug report of this. Aki > On 06/12/2019 16:42 mizuki <mizuki0621 at gmail.com> wrote: > > > Hi, > > For troubleshooting purposes, I change the read/write permissions on the certs and confirmed 'dovecot' can read them w/o problem, but still seeing the
2019 Dec 10
0
Dovecot & OAuth
Thank you Stephan, I'm wondering if I can read the track of the status of bug reports? Could you please advice? Thanks. Mizuki On Sun, Dec 8, 2019 at 6:40 AM Stephan Bosch <stephan at rename-it.nl> wrote: > > > On 06/12/2019 20:54, Aki Tuomi via dovecot wrote: > > Hi! > > > > It seems there is a bug in the oauth2 driver, it loads the cert files > wrong
2013 Oct 28
0
Twitter API in ruby on rails application
Hi, I am developing a ruby on rails application for getting all users tweets from twitter after twitter login from my application I am able to get user_id,email,provider,name etc from twitter login but I want to use Twitter Api to get all the tweets of the user who is doing twitter sign in from my application I followed this post "*