Tagged Questions
1
vote
2answers
36 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 ...
1
vote
0answers
84 views
iOS 6 - How to post tweet from a twitter account that is not on the user's device
I'm in the very early planning stages of building another iOS app. I'm hoping to be able to post tweets to my own account when users take specific actions from within an iOS 6 app. That is, I want ...
0
votes
1answer
57 views
Get followers and following from twitter account in iOS using Twitter+OAuth [duplicate]
In my application I am using Twitter+OAuth for Twitter authentication and now I need to display the list of user's followers and following with their name and picture and also need to invite them for ...
0
votes
0answers
44 views
How to redirect the View after twitter login Success in Outh using Objective c
I want to redirect the another modal view once the authentication success in twitter api. Can you please guide me how to implement ? Is there any delegate method available ?
Thanks in Advance.
I ...
-1
votes
1answer
115 views
how to post image to twitter by using http://upload.twitter.com/1/statuses/update_with_media for below ios 5.0
i'm trying to share image on twitter by using new api statuses/update_with_media. Then i searched and got below code from dev.twitter.com/discussion page. Here the code is below.
enter code here
- ...
0
votes
1answer
95 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 ...
3
votes
1answer
285 views
Twitter Authorization with version 1.1 of the API
I have had a search around stackoverflow, but was unable to find an answer to my question, so I thought I'd ask.
I'm currently working on an iOS app where I would like to get a feed of a public ...
0
votes
1answer
284 views
Upload image on TwitPic using Twitter OAuth
I know this may be the repeated question as there are many questions related to this one on SO. I have referred the below ones:
References:
Uploading image on twitter using twitpic
Posting image to ...
-5
votes
1answer
108 views
How can I Integrate Twitter authentication using Twitter framework? [closed]
is there any way to integrate twitter authentication using Twitter framework in iOS?I have used Oauth to integrate it but got some problem.
Thanks in advance.
0
votes
2answers
96 views
iOS Error - “unrecognized selector”
Main.m
NSDictionary *additionalQueryParameters = [NSURL ab_parseURLQueryString:[url query]];
OAuth.h
@interface NSURL (OAuthAdditions)
+ (NSDictionary *)ab_parseURLQueryString:(NSString *)query;
...
0
votes
0answers
49 views
integrating twitter on iphone
I am trying to integrate twitter share on one of my application.I am using OAuth.I want call this method in the app delegate.-(BOOL)application:(UIApplication *)application openURL:(NSURL *)url ...
1
vote
0answers
112 views
Twitter OAuth iOS6
How to use OAuth in a new iOS App in 6?
Access Token,
Access Secret Token.
and appears as the identifier of App, for example ...
0
votes
1answer
562 views
Twitter for iOS, oauth_nonce & sending post request?
I'm trying to get reverse_oauth to work on an iPhone application, but I've encountered some problems regarding the POST request and what values I actually should send, so my question is two-fold.
I'm ...
1
vote
0answers
329 views
iPhone - Twitter “Select and copy the PIN” issue
I want to enable "login with Twitter" option in my app.
For this I'm using Twitter-OAuth-iPhone library (do I really need all this library just to login?)
Anyway after user enter his twitter ...
0
votes
1answer
166 views
Simple sign in to twitter
Are there any example how to sign in to twitter in aim to get user id ?
I want to implement sign in to my app using twitter. For that reason i want to get user twitter id.
There are lots of examples ...
0
votes
0answers
126 views
SA_OAuthTwitterEngineDelegate and SA_OAuthTwitterControllerDelegate methods are not working
In first launch of application user past Twitter OAuth authorization (in my case I use MGTwittErengine and SAOAuthTwitterEngine).
My delegate methods and viewDidAppear:
- ...
0
votes
1answer
613 views
Getting user's information after OAuth login
I want to get user's info. After OAuth I send this request:
NSURL *url = [NSURL URLWithString:@"https://api.twitter.com/1/account/verify_credentials.json"];
NSURLRequest *request = [NSURLRequest ...
0
votes
1answer
318 views
Including twitter+Oauth in iOS 4.0 giving a HTTP error
In my iPhone app (targeting iOS 4.0) I need to integrate Twitter. I have used twitter + OAuth and I am able to successfully post once.
After that it is giving me the following error:
...
1
vote
2answers
212 views
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 ...
-1
votes
4answers
436 views
Twitter Acess Token error - Authorize “” to use your account?
I am trying to create an app on twitter. And when i login it gives me the following error -
Error- Authorize "" to use your account?
and i am getting following error in access request token ...
1
vote
3answers
952 views
Posting image to twitter using Twitter+OAuth
I am using Twitter+OAuth in my app ...i am successfully posting the message or text.But i have to post image also...so plz guide me to do this job.
0
votes
0answers
329 views
Using RestAPI calls with MGTwitterEngine+Oauth
I am using MGTwitterEngine+Oauth for twitter integration in iPhone.
I need to post status and status with media on twitter.When searching I came to know that it can be possible with REST API. ...
0
votes
1answer
233 views
Is there any good tutorial on posting to Twitter from iOS 4.2
Hi I'm looking for some simple straight forward documentation on how to post something to Twitter from within my iOS 4.2 app and the Twitter docs point me only to the iOS 5 Twitter.framework.
Are ...
1
vote
1answer
398 views
iPhone:twitter working fine in ios4.3 but not working in ios5 with Twitter+OAuth
In my iPhone App,
I have implemented twitter functionality with Twitter+OAuth library. It works fine in ios 4.3 but it does not work in ios 5.
then what could be the problem with code.
I want to ...
1
vote
1answer
1k views
How to integrate twitter to my iphone application
i need to integrate Twitter to my iPhone application. I have tried many 3rd party SDks, but non worked since i have enabled ARC to my project.
1.) So i need to know if there's a Native Twitter API ...
0
votes
2answers
1k views
Integrate twitter to IPhone application
I am hoping to integrate Twitter to my application. My project is created with ARC support. When i added the Twitter framework i also flagged the .m files with -fno-objc-arc.
I could login to twitter ...
1
vote
0answers
55 views
Integrating twitter but getting warnings
I am trying to integrate twitter to my application. i am following this tutorial as a guide.
I added libxml2.diylib (time - 06:50 in the video). I get 10 warnings, and i need to know how to solve ...
0
votes
0answers
232 views
posting a status update in twitter in my iphone app not working
I'm using twitter + OAuth library in my iPhone app and I'm having trouble posting a status update in my twitter wall. Everytime I request a token it yields this error:
"UserInfo=0x66590e0 ...
7
votes
1answer
5k views
iOS 5 Twitter framework. Getting OAuth access token for user
Has anyone been able to get the OAuth access token for a user after being granted access to that users account?
twitter mentions using a process called "Reverse Auth" in there iOS docs, but I can't ...
1
vote
2answers
287 views
Twitter SDK for IPad, weired error on twitter login
when I try to share on twitter I do the following steps
if (!twitterEngine)
{
twitterEngine = [[SA_OAuthTwitterEngine alloc] initOAuthWithDelegate: self];
twitterEngine.consumerKey = ...
2
votes
1answer
193 views
Request for member 'pin' in something is not a structure or union. MGTwitterEngine
I'm wondering why I keep getting this error. I just added Twitter+Oauth folder from Ben Gottlieb code : https://github.com/bengottlieb/Twitter-OAuth-iPhone and when I tried to build it giving me that ...
0
votes
1answer
162 views
Twitter OAuth issues from iPhone
We have used the Twitter OAuth library for Objective-C for sharing posts from my iPhone app. Users can share posts from my app to Twitter; it works fine.
The issue is that if one user shares a post ...
0
votes
1answer
914 views
Error migrating existing OAuth credentials to ACAccountStore
I'm having problems migrating existing OAuth credentials to ACAccountStore in iOS 5.
ACAccountStore *accountStore = [[ACAccountStore alloc] init];
ACAccountType *accountType = [accountStore ...
1
vote
1answer
130 views
XAuth fail when password contains a “#”
I am experiencing a very weird error with my xauth implementation.
It fails when the password contains a "#". I snooped out the raw headers, and it looks almost exactly the same as another app that ...
0
votes
1answer
489 views
Yet another Cocoa OAuth (for Twitter) issue [duplicate]
Possible Duplicate:
Can't get Twitter OAuth callback authentication to work in Cocoa application
I have an application that sends Twitter updates (tweets). The current version does ...
1
vote
3answers
1k views
iPhone : Unable to send Tweets using Twitter+OAuth
I am using Twitter+OAuth in my app.
But I am getting following error in my NSLog.
Request E0B47D37-CE8C-406A-867E-2133E2469397 failed with error Error Domain=HTTP Code=401 "The operation couldn’t ...
1
vote
0answers
298 views
Twitter Followers in iPhone sdk
I am using MGTwitterEngine in iPhone sdk to call twitters followers. I am using the following method to call it.
[_engine getFollowersIncludingCurrentStatus:YES];
using the following way
...
9
votes
1answer
7k views
How to solve “LibXml/xmlreader.h Not found” error in Twitter integration in iPhone
I want to integrate Twitter in my application. I integrated related files and added libxml2
library. I included the path for it in "Header Search paths" field. When i try to build my ...
0
votes
2answers
240 views
GET Twitter user & token URLs
On his blog post about LROAuth2Client - OAuth2 for iPhone and iPad applications, Luke Redpath states:
If possible, you should try and obtain the end-user and token URIs at runtime rather than ...
2
votes
3answers
713 views
Posting a tweet using OAuth from IOS app
I am building a twitter client for the IPhone and I'm using OAuth to authenticate my requests to twitter,
Right now I am able to get the home time line and even post tweets ( that do not contain any ...
2
votes
2answers
729 views
Custom iOS Twitter Authentication page?
I am making a mobile application where users can connect their twitter accounts to the app. I am just kinda curious what's the best way to do it.
Right now, I would love to be able to make my own ...
1
vote
2answers
745 views
How to upload photos to Plixi (Tweetphoto) using Oauth?
I am creating an iphone application in which I have to upload photos using different services.
I am successful in uploading photos with Twitpic & YFrog but not able to do with Plixi.
I am using ...


