Tagged Questions
3
votes
0answers
263 views
Deauthorize App from Twitter iOS5 [Accounts Api]
Is it possible to use the new iOS Twitter API to remove an app's integrated twitter authorization.
I am searching for a way to do this from the app itself. You can imagine the user switching a ...
1
vote
0answers
19 views
ACAccountStore saveAccount no working on iOS5 but working on iOS6
ACAccountStore saveAccount no working on iOS5.
But it work well on iOS6.
I was read already 'Migrating tokens to system accounts' . and did follow code example of there.
Code was changed partially ...
1
vote
0answers
85 views
App crash on Twitter iOS 5.1, when memory warning is simulated.
if ([TWTweetComposeViewController canSendTweet]) {
// Initialize Tweet Compose View Controller
TWTweetComposeViewController *vc = [[[TWTweetComposeViewController alloc] init]autorelease];
// ...
1
vote
0answers
75 views
Get Direct Messages Twitter iOS 5
How can we get direct messages in twitter? i am using iOS 5, i have created the app from twitter, sets the permission to read,write, DM, created the auth.token etc. But which API i should call to ...
1
vote
0answers
129 views
TWTweetComposeViewController Account Choice in Landscape Orientation
If I present a TWTweetComposeViewController in portrait there is a From field that allows a user to choose which account they want to use. However my app is Landscape, and there is no From field.
How ...
1
vote
0answers
140 views
TWTweetComposeViewController crash ios5
On iOS the "protocol" is that
id foo = [[SomeClass alloc] init]
[foo release]
should create an object "foo" with retainCount of 1 so that a release will free it.
The code below ...
1
vote
0answers
131 views
What is the proper way to launch a twitter profile from iOS5?
Let's say I want the user to be able to view my Twitter account feed via a button in my app's credits view.
What's the proper way to do this?
I can load the URL easily enough to twitter.com but what ...
1
vote
0answers
327 views
iOS 5 send Direct messages to multiple twitter accounts
I have used this url for sending DM Direct messages to twitter account programatically
So I would like to know that , can we send Direct messages to multiple twitter accounts
Kindly let me know your ...
1
vote
0answers
412 views
Using Twitter integration (Tweet Sheet) in iOS Simulator
When I use TWTweetComposeViewController addImage: method to tweet with a image, it always show "Cannot Send Tweet" alert (like following image). But same tweet can be sent on the actual iOS device.
...
1
vote
0answers
169 views
Explicitly change Twitter's shared URL on iOS's Safari
iOS' Safari has now a built in Share on Twitter functionality.
Where can i specify the URL to be shared ? Can i explicitly type-in another URL ?
The problem is that i have a mobile version of my ...
1
vote
0answers
121 views
How to trigger native IOS5 twitter share on mobile website?
I want a user to be able to click a tweet button on my mobile site, and have the native twitter share dialog popup for IOS5 devices trigger.
Any ideas on doing this?
Thanks
1
vote
0answers
344 views
How to use Twitter-Userstream on iOS5
I edited TWRequest sample code for userstream. But parsing does not start.
Do we use performRequestWithHandler: for userstream?
NSURL* url=[NSURL ...
1
vote
0answers
148 views
notification center plugin: ios 5 Twitter accounts are nil?
I'm developing a notificationcenter plugin with theos, which is accessing the ios 5 build-in twitter accounts. My problem is, that the accounts i get from the os are nil.
What am i doing wrong?
I am ...
1
vote
0answers
189 views
Official IOS5 Twitter API Rate Limit Anyone?
I have developed an App that integrates Twitter both using TWRequest and TWTweetComposeViewController
At the peak of game play, it will post no more than 15 Tweets in an hour. Unless the user ...
1
vote
0answers
87 views
Should Single Sign On be used to prevent form filling and how does this affect mobile devices (especially iOS5)?
This is a bit of an odd question which I'm struggling to get my head around, so any insights from previous experiences would be great.
I'm working on an mobile application where a seamless sign in ...