Twitter is a microblogging service that lets users post "tweets" of up to 140 characters. These can also be posted via its API (http://dev.twitter.com).
0
votes
0answers
12 views
Need simple Twitter API v1.1 example to show timeline using jQuery or C# ASP.NET
With Twitter turning off the API 1.0 faucet on 6/11/2013, we have several sites that now fail to display timelines. I've been looking for an "If you did that, now do this" example. Here was ...
0
votes
0answers
4 views
Twitter4j not returning any results on Android
Since Twitter moved to API v1.1, I've tried switching to Twitter4j to perform my queries. I've set up my dev account on twitter and I'm pretty sure I've set up OAuth ok:
ConfigurationBuilder cb = new ...
1
vote
0answers
17 views
Twitter widget with api 1.1
I used the following widget that does not work anymore. It displays the latest tweet from chosen twitter accounts in turn. I have consumer key, secret and access token but don't know how to add it to ...
0
votes
0answers
7 views
Twitter4j : Help regarding Android twitter Client
I'm newbie and just started to learn to make Android Twitter Client.
I've Google'ed and learned how to send tweet to one's timeline after the authorization.
But, don't know how to create a Android ...
0
votes
2answers
18 views
How to post image to twitter in android
I want to post an image that is created in my app to twitter. I don't know how to do this and I was wondering if there is an SDK for titter like there is for Facebook?
Thanks in advance
0
votes
0answers
20 views
twitter api version 1.1 - getting feeds from other users with PHP
I'm basically building something like HootSuite, where from a single web page, a person with no software development background can read and push messages to social media channels, with twitter being ...
0
votes
0answers
12 views
SSL Error SSL3_GET_SERVER_CERTIFICATION
I am playing with the twython and requests packages and found something strange which is blocking my code to retrive the tweets.
Code:
from twython import Twython
t = ...
0
votes
0answers
21 views
Why is Twitter's 1.1 API not including entities in my tweets?
Forgive the ignorance if I'm missing something fundamental here but I'm trying to print the last tweet to a client's homepage after updating their twitter API call to 1.1 and I'm able to do that, but ...
0
votes
0answers
7 views
How to query the twitter 1.1 api using your granted oauth_token?
The twitter 1.1 API requires an oauth token. My understanding of oauth is that you need to request an authentication token using a cunsumer key, sectret, nounce, etc. Once you have received an oauth ...
0
votes
1answer
15 views
Time with a tweet
Asked this accidently as an answer in another thread, (sorry guys, new to the site) we'll try and do it right this time:
I really need to add a date/time, or a unix date to my tweets through my ...
0
votes
0answers
10 views
Twitter access token and access secret is returning null exception after changing to twitter api version 1.1 in android?
First I am able to login with twitter button with twitter4j-core jar version 2.1.11 and able to retrieve access token and secret. But after twitter has stopped the functionality of API version 1 I ...
0
votes
0answers
22 views
Twitter API 1.1 issues
Today a fellow developer at my workplace informed me that our Twitter API module for Joomla is no longer working due to version 1.0 being deprecated as of yesterday.
I have been working the last ...
0
votes
0answers
8 views
Linq2Twitter Bad Authentication Data Error 215
I'm getting a LinqToTwitter.TwitterQueryException "Bad Authentication Data" with innerException "The remote server returned an error: (400) Bad Request."
I'm using the latest version of LinqToTwitter ...
0
votes
0answers
12 views
Android app to send the twitter follow request.
I have a similar problem.Like this link. same problem link
I am looking for the android app to send a follow request of the twitter account using use of android phone.On iPhone 4, it is possible to ...
0
votes
1answer
29 views
Twitter request to get the latest tweets for a hashtag using Twitter API V1.1 using OAuth settings
Can any one explain how to send a Twitter request to get the latest tweets for a hashtag using Twitter API V1.1 using OAuth settings ? I have searched for documentation in Twitter site, but I am ...