Questions tagged [twitter-oauth]

Twitter implementation of oauth

Oauth - is an open protocol to allow secure API authorization in a simple and standard method from desktop and web applications.

See also:

2753 questions
1
vote
1 answer

What is a Facebook/Twitter OAuth token internally?

Ok, I really know what is it. I work with Facebook/Twitter API long ago. And it works, there is no bugs, sorry :). However, the following thing haunts me. What is a token from OAuth provider side? I see token from client side only. But there is one…
odiszapc
  • 4,089
  • 2
  • 27
  • 42
1
vote
2 answers

How to add Twitter oauth to iPhone project?

I'm trying to add this: https://github.com/bengottlieb/Twitter-OAuth-iPhone The readme doesn't give a step by step so I just tried dragging the whole folder into my project and then when I try to compile I get a file not found error on #include…
Curtis
  • 2,486
  • 5
  • 40
  • 44
1
vote
1 answer

how to send a tweet in the blackberry

I want to tweet in blackberry. I am able to login after I am getting illegal exception. I have used the below code for tweeting. Please suggest me. protected class MyBrowserFieldListener extends BrowserFieldListener { public void…
sham
  • 15
  • 2
1
vote
1 answer

Twitter doesn't provide email address for Rails integration

I've integrated social logins (Facebook, Twitter, etc.) with a Rails app using Devise and OAuth. The requests and callbacks all work great and users are able to authenticate the app and login efficiently. My problem is this: With Devise, my site has…
Brady
  • 355
  • 1
  • 4
  • 10
1
vote
2 answers

Will resetting my Application's keys in Twitter invalidate my users' access tokens?

I've had my consumer key and secret hardcoded into the app I worked on. Now I'd like to lock down the keys so that only admins can access the consumer key/secret. I'd like to reset my application keys but keep my users' access keys and secrets in…
edibleEnergy
  • 1,739
  • 1
  • 13
  • 15
1
vote
2 answers

iOS library for signing in with Twitter

I'm working on an app at the moment that requires the user to be able to sign in or create an account using their twitter credentials. The user's email address and other personal info should be sent to our client's server. Does the iOS twitter…
bodacious
  • 6,608
  • 9
  • 45
  • 74
1
vote
1 answer

Vala Rest OAuthProxy: Undefined Reference error

I'm trying to make a simple Twitter App with Vala. I'm using the Vala Rest bindings (librest-dev v0.7). Everything works until I try to initialize an OAuthProxyCall, at which point I get this C error from the vala…
weberc2
  • 7,423
  • 4
  • 41
  • 57
1
vote
0 answers

Undefined index Slim framework with twitteroauth

I am trying to integrate twitter Sign-in with slim framework using the twitteroauth PHP API. I have divided my index page by including several modules as in login, register, users in different files and calling it here on index at the top. my index…
kishanio
  • 6,979
  • 8
  • 25
  • 33
1
vote
1 answer

RestSharp: UrlEncode in signature base generation returns invalid string

I'm working on twitter client for win8, using RestSharp ( http://restsharp.org/ ) and I have such problem: When I'm posting new tweet with RestClient var timeLine = new RestRequest("/1/statuses/update.json", Method.POST); var txt = "Hello…
Ponf
  • 1,190
  • 1
  • 12
  • 28
1
vote
1 answer

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 requests-per-hour limit. Here's why: I have…
1
vote
1 answer

using php twitterOAuth API is working great on one machine but not the other

I am having a weird issue, I have my local server running on my mac on mamp, and another server running uniserver on a windows machine, I am using twitteroAuth to use the twitter API, now everything is working fine on my machine but on the uniserver…
Daniel
  • 22,363
  • 9
  • 64
  • 71
1
vote
2 answers

How to get the twitter feeds of my app only?

I want to fetch the feeds which are posted by my iPhone app's users on to my twitter app. I found this URL - http://search.twitter.com/search.json?q=serachKeyword&result_type=recent This will return to us a dictionary result which contains an array…
Naina Soni
  • 720
  • 5
  • 21
0
votes
1 answer

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 to have a twitter account at all. I think that I…
0
votes
1 answer

Signin with Twitter stopped working suddenly

I have a web application which uses Twitter's OAUTH to login users. I am using Twitter4J version 2.1.11 This application has been working flawlessly and stopped working very recently, possibly in the past couple of weeks. public static void…
Parag
  • 12,093
  • 16
  • 57
  • 75
0
votes
1 answer

Twitter OAuth update_profile_image

I try to update my profile image and use this code: $connection->post('account/update_profile_image', array('image' => "/images/logo.png")); But it didn't work. I don't know why. How can I update my profile image using the Twitter OAuth Library?
iStark
  • 65
  • 1
  • 1
  • 6