1
vote
2answers
35 views
Using only JQuery to update Twitter (OAuth)
Hi,
we would like to send a JSON update command to twitter, but only using JQuery, not having to go to the webserver and have it done in PHP.
The thing I can't grasp really is ho …
0
votes
1answer
29 views
Get object within JSON object only by knowing its position, and not name
Hi, I'm currently looking into the Twitter-API - specifically the daily trends-API (http://search.twitter.com/trends/current.json).
Example return from Twitter
{
trends: {
…
1
vote
1answer
24 views
Twitter Service Proxy in C#
Does anyone know of a Twitter service proxy in particular, or a general-purpose REST service proxy that I could install on my own server, written in C#?
The point here is to dir …
0
votes
5answers
73 views
Twitter one time password [closed]
When I signed up for a twitter account I was shocked when I see that there is no password matching check. Ie. Only enter the password once. I often make typos with my password a …
1
vote
2answers
47 views
Storing login/password in twitter client
I know that storing such a sensitive data is a bad idea. But if application will ask password every time when it's starts it'll be annoying... I know about OAuth but this is just t …
2
votes
3answers
60 views
Theming for/with javascript?
A colleague made a small module to retrieve twitter search results based on user configurable search terms and display them in a block.
He is doing the searching with javascript …
0
votes
2answers
40 views
RegEx: Link Twitter-Name Mentions to Twitter in HTML
I want to do THIS, just a little bit more complicated:
Lets say, I have an HTML input:
<a href="http://www.example.com" title="Bla @test blubb">Don't break!</a>
Some …
323
votes
21answers
20k views
Twitter image encoding challenge
If a picture's worth 1000 words, how much of a picture can you fit in 140 characters?
Note: That's it folks! Bounty deadline is here, and after some tough deliberation, I have dec …
0
votes
1answer
22 views
twitter status update using tweetsharp oauth preview 17.
I am trying to update the status using tweetsharp oauth preview 17.
Please let me know how ?.
I tried this code
var msg = FluentTwitter.CreateRequest()
.Authenticate …
0
votes
1answer
29 views
how to update data to twitter from my phone app
I am creating a app that I want to have a button for the user to tell others on twitter about my APP and have them post it to their twitter account.. how can this be done im fairly …
0
votes
1answer
33 views
Twitter’s access tokens are not opaque.
Referring to this old april 2009 thread at twitter-dev; I am currently extracting the twitterid from the access token. The thread says that twitter will soon move to provide the tw …
2
votes
2answers
50 views
How to test the twitter API locally?
I'm trying to write a web application that would use Twitter via OAuth.
1) I run my local server as 'localhost', so I need the callback URL to be something like http://localhost/s …
0
votes
2answers
40 views
how to use word cloud for twitter application.
I am working on a twitter application where i want to show all trend in word cloud.
but i don't know how to use word cloud and which api i will use for twitter to do this.
I want …
0
votes
1answer
45 views
What is the function of Twitter’s verify credentials API ?
I just implemented sign in with twitter for my webapp. At the end of the OAuth 3-legged flow, I needed to retrieve the screenname & avatar pic for the user. All I had was the t …
2
votes
2answers
54 views
Automatically transfer Blog post (rss) in Facebook, Twitter…
Hi
Any APIs or application that could be used to pull a RSS feed and put it on a configured Facebook, Twitter, ... account ?
Kind of a Add This but in something like a Windows Se …
