fb://profile/idUser doesn't work in iOS - ios

I can not open a link like fb://profile/idIser on the native facebook app anymore.
It was working two days ago...
Does anyone know how to open the fb native app with a user profile url?
Thanks in advance,

Related

Swift 2 open twitter app

since ios 9 and swift 2 this line of code
NSURL(string: "twitter://user?screen_name=YOURNAME")
does not work anymore to open the twitter app, it will redirect to the website instead.
I have been trying to fix this but cannot find anything. Somebody knows how to fix this?
Thank you for any help or support
This actually works again, definitely had problems for a few days where it would not open twitter app. Maybe signing out and back in settings-twitter did the trick.

How to do referral concept in ios

Hello I am android developer. I have a question related to iOS. I want something when I ask user to install my application from iTunes once click on hyperlink that redirect to app which is on iTunes. I want to pass some referral code in that link (source from which user came to my app). Once app install then I want to get that referral code. How to do this in iOS.
This is doable in android like http://support.mobileapptracking.com/entries/22561636-How-Google-Play-Install-Referrer-Works
Thanks in advance.
This is not supported by Apple or the App Store. There is no corresponding way to do this.

Open my app from facebook app

I have an application on IOS, which posts photos and location on facebook.
I want my app to open once user tap on link(When viewing facebook from facebook app). Is this possible?
It's not possible using the built in iOS sharing but Facebook will open your app if you are using their SDK and posting with a Facebook app. (as in an app setup in their developer portal) You need to have deep linking turned on and your app profile setup to point back to your app store id. They also have a new app links thing they announced which is worth checking out. In any case your app will have to support custom URL schemes.
Sorry I can not get clearly but if I am not wrong then do you want to open your iOS app when user click on link on FB ?
If I am right then simple and sort answer, it is not possible because apple iOS dose not provide any such types of feature/API so it is better to stop fighting.

Is it possible to modify the URLScheme of iOS Application after compiling code?

I am using two facebook applications to perform facebook connect with my iOS app(using different application for different region viz UK, US).
I am using SSO for facebook connect (FB SDK 3.1).
Now, I want to support third region without submitting new build to app store.
But for the same I have to configure URL Scheme that facebook application understand so it will open my iOS app(like: fbMY_FB_APP_ID).
Any help will be appreciated.
Thanks in Advance.
No, you will have to submit a new app to the appstore since you are going to change the info.plist

Launching a Facebook page from an iPhone app via QR code

I'm trying to create a QR code that launches a Facebook page from the app, rather than the browser on both Android and iOS.
Creating the code with fb://page/<page id>, works perfectly on an Android.
This was also supposed to work with iOS's Facebook app, but I think since Facebook updated their app recently from a HTML5 version to a fully native iOS app, that functionality has stopped working. It indeed opens the Facebook app, but it does not go to the page.
Has anyone else seen this happen since the app was updated a few weeks ago? And what string would I have to use to create a working QR Code for iOS's Facebook app?
We finally figured it out. FB changed it to fb://profile/ instead of "pages". It works across both platforms.

Resources