-1
votes
1answer
53 views

NameError: global name 'Twitter' is not defined

I installed the twitter wrapper for python installed it and running it but getting this error Traceback (most recent call last): File "/home/siddhartha/workspace/trouveunappart/src/test.py", line ...
0
votes
0answers
83 views

PHP Twitteroauth status updates with Twitter's new API

Well, Twitter updated their API, and it only took about a week to figure out that THAT'S why my scripts stopped working sporadically... I went and downloaded abraham's latest Twitteroauth package, ...
1
vote
1answer
53 views

Should I trust an API that uses GET method for user auth?

I've been researching PASTEBIN type API's that would enable storage of code snippets for a project I'm working on. The problem is that most if the API's I've found do not support edit/update of ...
0
votes
1answer
91 views

Abraham's TwitterOAuth Fatal Error

I'm using the twitteroauth library. I'm trying to make a function to extract tweets separate from their links into two arrays - $tweets[] & $link[] - from two users. Could someone explain why ...
2
votes
1answer
2k views

Twitter Rest API 1.1 search without OAuth

is it possible to search with the new Twitter Rest API without OAuth. I simply want to search for tweets with a given hashtag. For example I call: ...
1
vote
0answers
55 views

Is it possible to receive notification on Twitter Mention?

I've written an app that will hopefully have its data updated when a Twitter user mentions my Twitter user name in a tweet. Simply put I've written a Score Board app and I'd like Twitter users to be ...
0
votes
0answers
65 views

How to embed a tweet using Microsoft Visual Studio 12?

My goal is to embed a tweet on a webpage using Microsoft visual studio. The Twitter API has instructions to do so. https://dev.twitter.com/docs/embedded-tweets It looks like you can accomplish this ...
1
vote
2answers
462 views

Twitter API 1.1 search query and OAuth

I started learning the Twitter API. I want to make a simple search for a keyword e.g 'bananaz' and get some info from the JSON data it will return. I use PHP and abrahams twitteroauth library. My ...
1
vote
2answers
1k views

Getting Bad Authentication Data error from Twitter API

Ok, so I have been using the Abraham William Twitter API library on Github to try pulling my followers on Twitter on my website , but I am getting a bad authentication error "Bad Authentication data ...
0
votes
1answer
364 views

Elliot Haughin Twitter Codeigniter API User access token and access secret issues

I am using Haughin's Twitter Codeigniter API to Login with twitter. Now i need to be able to post tweets on User's behalf. The problem is, I first need to find and get the user's access token and ...
3
votes
0answers
320 views

iOS upgrade to twitter api 1.1

I currently have a bunch of apps that go and make simple anonymous calls to the twitter API, and grab several differing timelines. Obviously, twitter is changing things up with 1.1, and is demanding ...
0
votes
2answers
597 views

Twitter API post statuses/filter with Twitter OAuth Class

I keep getting error code 34 (Sorry, this page does not exist) when attempting to make a post request to the statuses/filter method with the abraham twitteroauth class ...
1
vote
1answer
177 views

How to create a Web Intent service for my own site?

Twitter offers 'web intents' that are an alternative to OAuth access to their API. Basically, this provides a less feature rich experience, but can still be quite handy. User clicks on 3rd parts ...
0
votes
1answer
347 views

Get Twitter screen name from “oauth_token” and “oauth_token_secret”

I have the "oauth_token" and "oauth_token_secret" values stored in the database. Is it possible to retrieve the twitter account's user name from just these two values?
0
votes
1answer
208 views

Twitter API getting 401 error

I have JQuery Twitter api plugin I have been using often from site to site (from here). Ive recently installed it on a new site but now get a 401 error: Failed to load resource: the server responded ...
0
votes
1answer
232 views

Twitter API Rate Limit for Multiple Users

I am writing a PHP-based application using the Twitter API. Up until now I've been using the REST API via a GET request on a PHP page. However, as my app scales, I can easily see it going over the 150 ...
0
votes
1answer
168 views

Can I hardcode user credentials for TwitterAPI oauth?

Very new mobile developer here... I am trying to retrieve a list of tweets from a specific user or in a spefic hashtag. The catch is, customer wants that user should not enter any credentials or need ...
1
vote
1answer
474 views

Twitter API Authenticate vs Authorize

Hi all could you just tell what is the difference between Twitter Authenticate and Authorize $twitterConnect = new TwitterOAuth(CONSUMER_KEY, CONSUMER_SECRET); $twitterToken = ...
2
votes
1answer
202 views

Limit the fields return by twitter api Json format

I have read the documentation provided by the twitter, but it seem I haven't found how to limit the fields returned in my script. here's my script $url = ...
2
votes
1answer
267 views

Twitter home/timeline limit 200?

I know that Twitter API limit is 200 most recent tweets. But how pull more tweets? for example 1000 latest tweets of my Home Timeline.
0
votes
1answer
71 views

Is it possible to get LinkedIn statuses by fact of posting?

I have an application which can get user statuses using LinkedIn API according to documentation. But I need to know: is it possible to ask LinkedIn to signal me when described users change his status ...
1
vote
1answer
355 views

Securing REST API with http auth AND third party OAuth provider

At the moment I have a webapp which offers username/password login or login via Twitter OAuth. I want to add an REST API for this application. Is it possible (and makes it sense) to offer an OAuth ...
0
votes
1answer
549 views

List All Users That Have Retweeted A Tweet

I have recently put out a tweet on my twitter account, and it was quickly retweeted well over 100 times. Now the counter on the page of my tweet says 100+ retweets, but the actual number of retweets ...
-1
votes
1answer
290 views

Twitter API Errors

I am developing a chrome extension for twitter (yeah another one ;-)). I have few doubts from twitter’s API documentation at the implementation. I will use javascript code to clear doubts. var xhr = ...
0
votes
1answer
890 views

Twitter Error: Communication with the service provider failed: api.twitter.com

I am creating a twitter sharing by using sugree's twitter-android-sdk. So when the activity starts i am calling.. Twitter tweet = new Twitter(R.drawable.icon); tweet.authorize(this, null, ...
1
vote
2answers
2k views

sample twitter oauth code in vb6 or vb.net

I have been searching for sample twitter & facebook oauth code to start with, but can't seem to find any. can anybody share some ideas
1
vote
2answers
2k views

twitpic API GSTwitPicEngine error while setAccessToken

I tried to use GSTwitPicEngine class https://github.com/Gurpartap/GSTwitPicEngine for sharing image on twitter but its giving error As we have to set [twitpicEngine setAccessToken:token]; if I am ...
1
vote
1answer
537 views

Twitter Api Problem?

I'm using the EpiTwitter getAuthorizeUrl() for Twitter authorization. the code : <?php include 'EpiCurl.php'; include 'EpiOAuth.php'; include 'EpiTwitter.php'; require_once 'secret.php'; ...
1
vote
1answer
197 views

Twitter API Protected User Rate Limit

I get mixed results when I try this so I thought I'd ask if anyone else knows of any documentation, etc that explains what happens - the problem is when you access a protected users feed on Twitter, ...
1
vote
3answers
3k views

twitter api issue

I'm integrating "Sign in with twitter account" function at my site. So, I'm sending request to https ://twitter.com/oauth/request_token, getting token, making redirect to https ...