starting web app mobile integrating with facebook javascript sdk - sencha-touch

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

Related

Authenticate web app via Spotify app instead of browser

I have a web app that is for Spotify users. To authenticate Spotify it currently takes the user to https://spotify.com/en/login?... as described in the Spotify docs. It works fine but it opens Safari instead of the Spotify app. This is an issue because a user may not know their password and then abandon the onboarding flow.
Since the user will be on their phone when accessing the web app, I would prefer to open the Spotify app in order for the user to grant us access. Songkick is able to do it but they do it from an iOS app so I'm not sure if it's possible to do from a web app on mobile to Spotify iOS app.
Also, I am building on Bubble.io which is a no-code builder. I am able to open the Spotify app directly from my web app by using https://open.spotify.com/artist/{artist_id} but that does not seem to work for authenticating.

Gradle error Android studio 1 import facebook sdk

Following error while importing facebook sdk on android studio 1,
http://i60.tinypic.com/160exl4.png
, Also , Do user needs fb app on android mobile to use fb share option in my app , or any other option is available
I want to share a custom story or link on facebook wall of user about my app.
Before you can share to Facebook or do any share tutorials, you need:
Your environment set up
A Facebook app properly configured and linked to your Android app, with Facebook Login enabled
The Facebook SDK added to your project
There good documentation is available for sharing option on fb by your android app.link

Objective c Facebook

I am developing an application that posts in IOS Facebook wall.
I'm using SDK Facebook.
My problem is if I have installed Facebook on my iPhone, when I call the permissions, it calls the Facebook app.
If i uninstall the facebook app, the authorization opens inside my application.
There's a way to open inside my application even with the Facebook app installed?
This is really not recommended because it is less secure and more of a hassle for users. However it is still currently allowed for the time being. In the Facebook.m file, change authorizeWithFBAppAuth to NO and safariAuth to NO:
[self authorizeWithFBAppAuth:NO safariAuth:NO]

Confirmation app on iPhone URL Scheme

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.

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