Skip to main content

All Questions

Tagged with
75 votes
4 answers
114k views

What are all the custom URL schemes supported by the Facebook iPhone app?

Note These URL's are likely not available. Facebook has been updated a number of times and did not officially support any of these. /Note I am trying to see what information is available about ...
The Lazy Coder's user avatar
205 votes
12 answers
269k views

How to segue programmatically in iOS using Swift

I'm creating an app that uses the Facebook SDK to authenticate users. I'm trying to consolidate the facebook logic in a separate class. Here is the code (stripped for simplicity): import Foundation ...
Shlomi Schwartz's user avatar
65 votes
11 answers
181k views

Open a facebook link by native Facebook app on iOS

If the native Facebook app is installed on the iPhone. How do I open a facebook link into the native Facebook app from my app. In the case of opening by Safari, the link is same as: http://www....
vietstone's user avatar
  • 8,974
113 votes
8 answers
51k views

Facebook access token server-side validation for iPhone app

I'm developing iPhone application, that is based on communication with server, and I want to use Facebook authentication mechanisms. Basically, I think it should work like this: In my iPhone app, ...
Marcin's user avatar
  • 1,823
27 votes
2 answers
22k views

iOS 6 Facebook posting procedure ends up with "remote_app_id does not match stored id" error

I'm trying to perform a simple posting procedure: - (IBAction)directPostClick:(id)sender { self.statusLabel.text = @"Waiting for authorization..."; if (self.accountStore == nil) { ...
Stas's user avatar
  • 9,935
25 votes
5 answers
40k views

Post photo on user's wall using Facebook iOS SDK

I'm trying to upload a photo from the camera to a user's Facebook wall. I'm not entirely sure what the correct strategy is, but from reading around it seems the thing to do is upload the photo to an ...
Ben Williams's user avatar
  • 4,695
16 votes
4 answers
13k views

unable to get the access token through [FBSDKAccessToken currentAccessToken] in iphone sdk

I am creating a facebook app. I have implemented the login using class FBSDKLoginManager. At first time when i login the facebook, success block return the FBSDKLoginManagerLoginResult object which ...
user2102502's user avatar
6 votes
6 answers
11k views

How to integrate Facebook without redirect Safari browser in iOS app with latest FBSDK

Hi i am search the answer for avoid new facebooksdk redirect to safari.how to open facebook login view inside the app.if it redirect to safari may reject in app store? help me.. thanks in advance
priyadharshini's user avatar
46 votes
5 answers
27k views

iOS 6 Facebook posting procedure ends up with "remote_app_id does not match stored id"

This is my third question about posting on Facebook. Although this may be a duplicate of Mac OS X Facebook login failed - no stored remote_app_id for app but I decided to post separate question ...
Stas's user avatar
  • 9,935
23 votes
4 answers
14k views

app rejected because of advertisingIdentifier in Facebook SDK and Flurry SDK

My app was rejected because of advertisingIdentifier in Facebook sdk and Flurry SDK ! I found an occurrence of advertisingIdentifier in the latest Facebook SDK (3.12) and Flurry SDK. Maybe you can ...
chawki's user avatar
  • 877
1 vote
3 answers
12k views

Documented process for using facebook connect for the iPhone to upload photos

After looking I did come accross this post on the facebook forums: link They are feeding the facebook object a UIImage. That seems logical, but where is this documented? The API documentation is ...
Corey Floyd's user avatar
  • 25.9k
52 votes
8 answers
77k views

Redirect users to iTunes app store or google play store?

I'm looking for an easy solution to post one link of my app e.g. on Facebook and it should automatically redirect to the right app store if the user accesses it with a mobile device. Otherwise the ...
Florian's user avatar
  • 599
30 votes
7 answers
23k views

Facebook OAuth "Unsupported" in Chrome on iOS

The Facebook OAuth popup is throwing an error in Chrome on iOS only. Both developers.facebook.com and google have turned up nothing about this. Ideas?
Daniel Miller's user avatar
12 votes
7 answers
23k views

facebook-ios-sdk logout question

I have seen a lot of questions here regarding the Facebook Graph API but I still haven't find a solution for simple 'login'/'logout' operations using it. Looks like the Single Sign-On style is causing ...
Eduardo Coelho's user avatar
10 votes
5 answers
14k views

iPhone Facebook Video Upload

I've been working on this for a couple of days now and just can't seem to find a straight answer or example anywhere. I am trying to upload a video to facebook from within my iPhone App. I can connect ...
Brenton Morse's user avatar

15 30 50 per page
1
2 3 4 5
23