Tagged Questions
0
votes
0answers
43 views
How to handle an expired access token for which expiration date has passed - Facebook sdk 3.2 ios
I have a facebook token-handling question:
If an access token is expired due to a passed expiration date, when my app is opened again can I connect and renew it using:
[FBSession ...
0
votes
1answer
60 views
How to obtain Twitter access token and secret on iOs?
What I've got:
1. RoR back end
2. iOs 6 app
3. Twitter ConsumerKey and ConsumerSecret that back end uses
What I whant:
Add a Twitter sign in button to my iOs app that would allow me to authorize ...
0
votes
2answers
56 views
GTMOauth2 iOS refresh token
i start a demo app from this exemple
https://github.com/Christian-Hansen/simple-oauth2
I can authenticate ti google and get back the AUTH object.
If i NSLog the auth object i can see access_token, ...
0
votes
0answers
189 views
How to clear token using the facebook-ios-sdk v3.2.1?
I am using the sample program to learn the facebook-ios-sdk, I found a problem: if I logged into Facebook on my device and run that sample app, everything is fine, however, when I delete my Facebook ...
0
votes
0answers
51 views
Facebook iOS access token extension
I've been doing lots of research around stackoverflow and on the facebook documentation regarding the extension of the access tokens. It's been rather confusing, because there seems to be no straight ...
2
votes
0answers
224 views
Xcode 4.6 automatic entitlement not working - “no valid aps-environment”
I'm getting the famous error:
Failed to get token, error: Error Domain=NSCocoaErrorDomain Code=3000 "no valid 'aps-environment' entitlement string found for application" UserInfo=0x413be0 ...
0
votes
1answer
23 views
Storing token id in iOS
In ios development I get the token id while app startup. I am using a MVC and I have to use this token-id at a couple of other controllers. Whats the best way to access the token id ?
1
vote
0answers
69 views
What Access token should I request ios / server
I'm building an ios app that be integrated with facebook and was wondering what was the best way to get user access tokens that I'll be able to use on my server as well to run queries. I'm also a bit ...
0
votes
1answer
260 views
Facebook iOS SDK 3.1.1: How to check for expired token?
How do I check if the access token is expired via the iOS SDK?
I call [FBSession openActiveSessionWithReadPermissions:permissions allowLoginUI:NO completionHandler:nil] when my app starts to load the ...
2
votes
1answer
185 views
How to create a password-less login for mobile app
I'm intested in building some kind of password-less login between a mobile app and an API (assuming I can control both). The motivation is that having to login is very annoying for users and has ...
0
votes
0answers
513 views
How create soap secure header in post XML for IOS
I need create secure soap header in Objective C
sample:
<soapenv:Header>
<wsse:Security ...
2
votes
1answer
91 views
Token in UITableViewCell
I want to recreate this token in my UITableViewCell. I want it to be so if it detects something with an @ in the cell.textLabel.text string using Regex. It will automatically highlight that with a ...
5
votes
1answer
2k views
FB SDK 3.0 Do I need to extend access token or is it automatic?
Based on http://developers.facebook.com/roadmap/offline-access-removal/ Exception (Section) 3: If I use the "newer" SDK, it'll save the access token for me and will extend it automatically.
My ...
0
votes
1answer
846 views
How should I store iOS Device Tokens on sql database?
I am making an iOS app which receives push notifications. Everything is set up correctly, and I have made it work already. The way I tested it was to manually enter the device token of my own phone in ...
0
votes
1answer
509 views
find Device Token Xcode? For Push Notifications
I am trying to find the device token so that i can send push notifications but this is not sending anything to my NSLog.
(void)application:(UIApplication*)application ...
0
votes
1answer
258 views
iOS 4.0 Twitter Integration
I am developing an application that requires login with social media (Facebook, twitter). From these services I just need to obtain the session tokens. So, when the user presses the "Login with ...
6
votes
3answers
2k views
iOS Enterprise developer Account: get device token
I have used the iOS development account for creating apns ssl certificate for sending push notification to iOS device for development purpose.I can get the device token using objective c sample code ...
0
votes
1answer
122 views
Is the token provided upon login platform or device dependent?
I'm testing the login with FB feature for IOS (using version 5) and I encountered what could be a possible problem for me.
When I try on the simulator, the token returned is different than the one ...
0
votes
1answer
290 views
Is it necessary to develop an iPhone Native App with session token controlling at server-side?
Hello, everybody.
I am developing an iPhone native app(including webview in it) which could communicate with my server-side webservice.
The system has user management module which user could ...
1
vote
2answers
1k views
Retrieve already aquired push notification token
We are working on an app that is suposed to receive push notifications. On our test device when we were prompted for an ok to send notifications we clicked ok but failed to store the token that we ...
3
votes
1answer
3k views
Where do I get the device token that Urban Airship requires for iOS registration?
From the online API:
An HTTP PUT to /api/device_tokens/ registers a device token on our end. This lets us know that the device token is active, and should happen every time the application is ...
1
vote
1answer
2k views
OAuthException / An active access token must be used to query information about the current user
When trying:
facebook requestWithGraphPath:@"me/friends"
In my iOS app I get the error
"OAuthException / An active access token must be used to query information about the current user"
I can ...
1
vote
0answers
266 views
Getting token for userid and password in basecamp api
I want to use BaseCamp API in my ipad application. I will ask user to enter username and password but each request requires authentication token. Please tell me how to get user token having username ...
0
votes
1answer
976 views
Getting facebook wall posts without user login on iOS
Edit: I found the solution here:
Using app access token in IOS
Hi,
I read in this thread:
Facebook API without client authentication for public content
that it is possible to make facebook api ...
1
vote
1answer
332 views
APNS token compared with NSString
I got two APNS (Apple Push) tokens to compare.
One is from Apple. Every time I launch the app it receives the token (as a NSData *) from Apple.
The other is from my app's SQLite3 database. When the ...
11
votes
3answers
9k views
