Confirmation app on iPhone URL Scheme - objective-c

Hey developpers,
I need to ask a confirmation on the iPhone URL Scheme. Is the URL Scheme 'Tweetie' the Official Twitter application? I know in the website it said that there were Twitterriffic / Twitterriffic Premium, Twittelator Pro and Tweetie but for Tweetie, it's unsual to me the way it's said. It's like it's a built iPhone app (not the Official Twitter iPhone application), but after searching for Tweetie on the app store, it appears there is no such app called 'Tweetie', so I just need to know from someone if this is the Official Twitter app. So hope someone can help me out, thanks

Yep, that is the official Twitter app.

Related

How to find out the deep linking path to all apps?

Linking.openURL(`whatsapp://send?phone=${phoneNumber}`)
Take one example, the above is the code to navigate user from our app directly to contact window on WhatsApp.
And now I'm wondering how to navigate user to my company page on facebook page?
Linking.canOpenURL('fb://profile/mycompanypage')
The above not working of course. And other than that, usually how do we know what is the url for us to navigate to the apps?
For example particular Youtube Channel or Vimeo Channel or Twitter profile?
For Facebook you can use these scheme
for Android fb://facewebmodal/f?href=${url} (url is the fb classical url you use in browser)
for IOS fb://page/PAGEID fb://profile/PAGEID you can find the PAGEID of your company page here https://findmyfbid.com/
The IOS solution is great when you don't have to generate the url on the fly which works for you i think. In a different case you'll have to use the FB SDK.
As for your other question: i generally go to the ressources website of the said app to find the right scheme for linking. But maybe there is a place where all those informations can be found ...
EDIT: IOS scheme was wrong

Integrate login with facebook with cocoa app osx

I have searched it for so long but can't find any proper source of it facebook didn't provide any sdk for it. Do anyone know about how to integrate it with osx app?
you can use facebook sdk for cocoa
or
https://github.com/philippec/PhFacebook
I hope it is helpful to u

starting web app mobile integrating with facebook javascript sdk

I'm a novice in this topic, I've already have an app in Sencha, now I want to integrate facebook login, I'm studing this facebook tutorial https://developers.facebook.com/docs/guides/mobile/web/#register
but I can't understand what is the Mobile Web URL, because my app is in Sencha.
In the ST2 SDK, there is a folder called examples, fine the Jog With Friends app and you can see how to implement facebook

Launching Facebook and Twitter application from other iOS app

Hey guys,
I am still continuing to build my iPhone project and I am having trouble with launching the facebook application. First of all, I am assuming every SDK Xcode developer knows that the Facebook application doesn't have the facebook or twitter app in the simulation. Since I have a facebook page and a twitter account about my company, I can't seem to test to launch my facebook page from the facebook application or my twitter page from the twitter application because they are not there in the iOS Simulator. So I was wondering how can I open my facebook and twitter page from the facebook and twitter application if they are not there? I don't want to use a Facebook or Twitter URL, then load it into a UIWebView, I want to open the Facebook and Twitter application to launch after the click of a button in my project, then the project will close and open either Facebook or Twitter application (the ones from the app store), so hopefully someone know how they can help me step by step or if they have a code that knows how to run the facebook or twitter application and sorry if my english is not clear enough, but hopefully you can help me or have a better solution to help solve my problem, thanks
I believe the facebook app listens to URI's like fb://, so I would suggest googling around for that.
Look here for example: http://wiki.akosma.com/IPhone_URL_Schemes#Facebook

iPhone app user review request from code

Can I request the user of my iPhone app to submit a review about the application?
Yes. Lots of apps do this. If you are going to ask for a review, make sure you include a link to the app store.