Twitter implementation of oauth

learn more… | top users | synonyms

3
votes
3answers
2k views

How to get twitter followers using Twython?

I want to get a list of twitter followers/following of a particular user, when their screenname or user.id is specified. Can anyone please give the code snippet for it? Thanks.
0
votes
0answers
3 views

Twitter OAuth 1 POST requests not working

I am creating an application for iOS and I am using OAuth 1. GET requests seem to work fine but as soon as I try to make POST requests I get the following error : The operation couldn’t be completed. ...
0
votes
1answer
20 views

Using nTwitter with Node.js, how does one make an (Application-user authentication) rest call?

More specifically, how do I use OAuth 1.0A w/ nTwitter? Do I have to also install node-oauth or does nTwitter provide support? (I'm trying to make an HTTP GET Method req. user context using API ...
0
votes
1answer
77 views

How to use codebird.js to search twitter API for matching users?

I'm really stuck trying to get this twitter library (https://github.com/mynetx/codebird-js) to return search results rather than a user timeline. I can't find out where to pass the search parameters ...
0
votes
1answer
49 views

NodeJS nTwitter Demo

Is there any sample Demo for Streaming Tweets from Twitter using nTwitter? I have configured my access and secret keys from dev.twitter.com. But still a fully guided Tutorial would Help I referred ...
0
votes
0answers
17 views

How to authenticate and GET search tweet using Twitter API 1.1?

Twitter has implemented Authentication in their API version 1.1. Now how can i search tweets using a keyword with Authentication in Java ? I tried to use the code given Here to authenticate. But i am ...
3
votes
2answers
951 views

twitteR and ROAuth

I am currently trying to send tweets from R, but I cannot get around the following error: Error in .self$twFromJSON(out) : Error: Could not authenticate with OAuth. I have followed the ...
0
votes
1answer
17 views

Omniauth callback processing after authorization

In my Rails app, I have user and authorization tables to handle users and auth data. I set up both Devise and Omniauth to use Twitter to sign up, it redirects to Twitter, but after returning to my ...
0
votes
0answers
29 views

Ruby: Twitter get_access_token always returns 401 unauthorized

I am trying to use 3-legged authentication to get user's access token. This is just a prototype, so it is not implemented with session yet to save some returned data of API. Please read through the ...
0
votes
0answers
6 views

response code 0 from tmhOAuth: blocked by reverse proxy?

I am using the WP plucgin Twitget, to display my twitter feed here: http://nosmokes.com.au/. I am using this plugin with no problems on my local dev site. My production server is running PHP 5.3.3 ...
0
votes
1answer
26 views

Twitter 3-legged authorization in Ruby

I am trying my hand ruby on rails. Mostly I have written code in Sinatra. Anyway this question may not have to do anything with framework. And this question may sound a very novice question. I am ...
0
votes
0answers
184 views

ImportError: No module named oauth even after installing oauth2

I am trying to access live twitter tweets. I installed oauth2 by running: python setup.py install The cmd showed this: Installed c:\python27\lib\site-packages\httplib2-0.8-py2.7.egg Finished ...
0
votes
0answers
8 views

url = tw.GetAuthorizationLink(consumer, consumersecret)

I am trying to figure out why I cannot get an authentication URL for my application. I've made an app with a open code button to view the 7-digit pin number for the Authentication. It will open the ...
1
vote
1answer
45 views

Twitter4J Failed request token

Hi i'm using this tutorial for my twitter test project and i already change : from mHttpOauthprovider = new DefaultOAuthProvider("http://twitter.com/oauth/request_token", ...
1
vote
4answers
1k views

Why this error ' - Read-only application cannot POST '

Logcat: 12-05 23:37:01.721:W/System.err(534): 401:Authentication credentials (https://dev.twitter.com/docs/auth) were missing or incorrect. Ensure that you have set valid conumer key/secret, ...
1
vote
2answers
1k views

Can't authorize my app using twitter4j

I'm writing an Android twitter app using twitter4j 2.2.4, and I'm having trouble getting past OAuth. here's my code : package info.mahmoudhossam.twitter; import twitter4j.Twitter; import ...
0
votes
0answers
31 views

Social auth is not sending post — android

I am new to social auth. Is that better way to integrate social auth to our application instead to port to default sdk(facebook or twitter). I cant able to get proper guidance and tutorials for django ...
1
vote
3answers
2k views

Getting Twitter Access Secret using DotNetOpenAuth in MVC4

I'm creating an app with MVC4 that will authorize users using Twitter and lets them tweet from the app as well. I'm able to get the user authenticated without a problem using the ...
2
votes
2answers
1k views

Twitter oauth logout using android..!

I am doing twitter integration and i did all of think which i required but i am not getting logout from twitter..!! m using following code to be logout with twitter..but its just removing the tokens, ...
3
votes
2answers
822 views

SSL certificate failed for twitteR in R

I know similar questions have been asked again. However, I've tried everything I found here and on google and nothing seems to work for me. My code is the following: reqURL <- ...
0
votes
2answers
131 views

Twitter Streaming API - Node.js returning unauthorised error (OAuth)

I'm attempting to connect to Twitters Streaming API over OAuth using http.get although I'm having a slight problem. The script keeps returning unauthorised The code I'm using follows, can anybody ...
1
vote
1answer
815 views

Communication with the service provider failed : Twitter

I am getting Communication with the service provider failed: Received authentication challenge is null
2
votes
6answers
1k views

Ruby on Rails OAuth application works on client but not on server (OAuth::Unauthorized (401 Unauthorized))

I have a Ruby on Rails application that works great in my computer and in my server. I'm moving this application to another server that runs on another hosting service, and I got a problem related to ...
1
vote
2answers
78 views

Twitter::Error::Unauthorized in PostsController#create - Invalid or expired token

Why does "create" throw me an invalid/expired token error? The users are able to log in just fine (so they are authenticated properly) but when they try to create a post, I get this error. I'm using ...
0
votes
1answer
88 views

How do I use Twitter's API to fetch tweets from someone's timeline ? (problems with authentication !)

So I'm trying to get the latest tweets posted by a user using a PHP script (and caching the results into a text file). I'm using the request ...
0
votes
1answer
37 views

Usage of OAuth2.0 Consumer Secret Keys

In OAuth1.0a the following process exists Signatures play a good role to verify request from client and server. Request Token Consumer Secret is used to create signatures. Authorization ...
0
votes
0answers
14 views

Twitter app fails to update a tweet from other's account. But updates a tweet from my account.

TwitterClientInfo twitterClientInfo = new TwitterClientInfo(); twitterClientInfo.ConsumerKey = ConsumerKey; //Read ConsumerKey out of the app.config ...
-2
votes
1answer
69 views

Fetch all the tweets containing a specific word from twitter [duplicate]

I have used twitter api. I want to fetch tweets that contain a specific word for my application. like if a user types "iphone" then all the tweets containing that keyword should be fetched from ...
0
votes
0answers
15 views

How to create new user and new django allauth social account when given twitter access token over api?

I just posted and subsequently figured out the answer to a similar question regarding Facebook, but Twitter seems trickier. I have a mobile app that allows users to sign up via Twitter. Once I ...
1
vote
3answers
876 views

Can access token be longer than 255 characters?

When allowing login by OAuth (such as OpenID, Facebook, Twitter, etc), we save the access token given by the Oath provider in mysql database for future authentication. In some tutorials, the column ...
0
votes
1answer
195 views

NoReverseMatch on twitter auth with django-socialregistration

I followed the instructions at https://github.com/flashingpumpkin/django-socialregistration to get twitter auth for my little django app. The only thing I am unsure of is where the urls have to go, ...
0
votes
1answer
76 views

window.open without popup blocker using AJAX and manipulating the window.location

When dealing with OAuth from the server, such as Twitter and Facebook, you most likely will redirect the user to an URL asking for app permission. Usually, after clicking a link, you send the request ...
1
vote
2answers
37 views

Integrating Twitter with sharekit 2.0

I want to integrate shareKit 2.0 in my app. But I wanted only for the purpose of Twitter. I Followed the installation steps on sharkit wiki but ended with the error youTube SDK not found etc... I ...
0
votes
0answers
26 views

python-twitter get friends not following you

Hi I'm trying to create a twitter application with "python-twitter" that show your friends, your followers and those who do not follow you. Displays all users, not just those who do not follow me ...
1
vote
2answers
5k views

oauth2 in python

I'm looking to write a script that tweets from python (such as here), however when I try and call import oauth2 as oauth I just get this error: ImportError: No module named oauth2 Where can ...
-1
votes
1answer
31 views

Specifiy oauth_callback URL for OAuth1 services (twitter)

I am trying to provide seamless login with twitter to my web application. For that, I need twitter to redirect to a specific URL after the user has authorized my application. I do not want the user ...
1
vote
2answers
557 views

does abraham's twitteroauth library work for update_with_media?

does abraham's twitteroauth library work for update_with_media? I'm using below code but it returns me stdClass Object ( [request] => /1/statuses/update_with_media.json [error] => ...
1
vote
0answers
25 views

Scribe (simple OAuth Java lib) and reverse auth token

I would like to use scribe for reverse auth token. reverse auth token is for iPhone, however the first step of retrieving the request token I would like to do in the BE so I don't need to store the ...
0
votes
0answers
112 views

Android/iPhone OAUTH twitter callback

I have twitter integration on both an Android and iPhone app. I have created a twitter app in the twitter development section. The problem is with the call back. With the iPhone one, if I leave the ...
10
votes
5answers
5k views

Twitter4J + Android: Authentication Challenge is Null Exception

I'm using Twitter4J library for OAuth authentication but I get "Authentication Challenge is Null Exception" even before It opens the Twitter login page. Here is the code. Twitter twitter = new ...
0
votes
1answer
39 views

OAuth/Twitteroauth library and Authorization headers

I am trying to better understand OAuth by experimenting with the twitteroauth php library. It is my understanding that the way to authenticate over OAuth is to make use of an 'Authorize' header when ...
0
votes
2answers
60 views

oAuth verification for using Twitter API with Python

I'm trying to get the oauth request_token for Twitter as described here, making a call to "oauth/request_token": https://dev.twitter.com/docs/auth/implementing-sign-twitter I'm generating the params ...
0
votes
2answers
5k views

Call OAuth Twitter API with Javascript

Do any examples exist to call OAuth Twitter API with javascript? Is it possible to get oauth request token with javascript?
0
votes
0answers
28 views

Twitter Login using devise + Omniauth . It works. Other conceptual Issues

I've followed Ryan Bates railscast 'http://railscasts.com/episodes/235-devise-and-omniauth-revised' , and got it to work perfectly. However, there are certain things I do not understand. 1) When I ...
0
votes
5answers
4k views

twitter oauth :geting undefined index: oauth_token_secret in

Hi am trying to post tweets using oauth (PHP) i created the application in my twitter account , i executed some open source script but that produce the below error, Notice: Undefined index: ...
0
votes
1answer
100 views

Twitter feed in an iOS app - how can i get a list feed just from my own account [without needing the app user to be signed into twitter]

I'm making an iOS App that needs to show tweets in a List feed that i have set up. The problem is that [i don't want to use the end user's twitter account at all], i just want to show that one list ...
0
votes
1answer
34 views

Login through Twitter app says like App not authorized to access user account

We have developed an app in iPad which also provides ability to login through Twitter account. We created developer account on Twitter and provided valid details like token and secret key to the code. ...
1
vote
1answer
66 views

Twitter Oauth Giving “The remote server returned an error: (401) ”

I am using the Twitter OAuth to authenticate user and to show the user tweets on my site. Following are the some Constants that are used for API: public const string REQUEST_TOKEN = ...
1
vote
1answer
207 views

Android: Twitter4J Exception (Received Authentication Challenge Is Null)

I'm using Twitter4j library to authorize user with OAuth for my application on Android. But I'm facing this exception when I try to get OAuth request token. I know there are bunch of topics about this ...
0
votes
2answers
124 views

Get tweet search into excel with new API v1.1

how i used to get tweet search into excel was simply import the data from an xml url that uses rss. However, twitter is removing the support for rss and hence I am stumped with how to get twitter ...

1 2 3 4 5 21