Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Sencha Ext JS is a JavaScript framework for building Rich Internet Applications (RIAs) that run in web browsers.

learn more… | top users | synonyms (2)

0
votes
0answers
52 views

OnNetworkError (#282) Requires extended permission share item

I am using Sencha Touch 2 + Android + PhoneGap + GetSocialize SDK. I try to share something on Facebook using getsocialize sdk. I already made an example on android without PhoneGap and it works very ...
0
votes
2answers
215 views

Calling a regular JS function from a Sencha Touch Class

could someone please explain how i can do this? Im trying to get a FB access token and append it to a URL string in a store config. As such... Ext.define('clubs.store.FacebookEvent', { extend: ...
0
votes
1answer
97 views

child browser in sencha

In my Jquery mobile application i used child browser for Facebook and twitter authentication and i asked user to login at facebook(in childbrowser) and in childbrowser onlocation change i am executing ...
5
votes
1answer
347 views

Sencha Touch 2: Facebook JS SDK not working on device, only in computer-browser

I'm developing a Sencha Touch 2 app that uses the Facebook JavaScript SDK to show a Facebook feed in a list. In my browser (localhost) it works perfect, but when I launch my app on my device (iPhone ...
0
votes
1answer
2k views

login with Facebook in app using Sencha touch 2

I am newbie to Sencha touch 2. and tried the beginner guide of Sencha2. I am looking for a facebook login button in my app. I am not able to figure out how would I put the js part etc inside the ...
1
vote
1answer
2k views

use sencha touch 2 to connect facebook [duplicate]

Possible Duplicate: using oAuth in sencha touch 2 to connect facebook I want my sencha touch 2 mobile app to connect to the facebook. Is this possible using sencha ? I believe oauth 2.0 is ...
2
votes
1answer
2k views

using oAuth in sencha touch 2 to connect facebook

Aren't there any functions/libraries provided by sencha touch 2 to connect with facebook. I am clue less so far now Can we use facebook javascript sdk inside sencha touch ? I have found following ...
1
vote
1answer
2k views

How to design thin scrollbar in extJS 3.4 like facebook provides for lists & chat

Friends i want to know is there any plugin or sample example to do thin scrollbar like facebook provides for lists & chat
0
votes
0answers
1k views

Posting message on wall from facebook application

I am developing an application in Extjs (Sencha) where I want to post a message to Facebook user's wall. This application is a Facebook application so it must post a message to user's wall through ...
0
votes
1answer
804 views

Mobile Web URL, is this coming from Heroku or do I need to get my own hosting service for my mobile web app?

In the Apps creation page on facebook I have to enter a MObile Web URL, does this mean that I have to host my HTML5 mobile web app in an externally hosted service? like Amazon, or Azure? I know that ...
0
votes
1answer
362 views

EXTJS grid within a Facebook application that uses FBML

Greetings. I'm trying to add an EXTJS grid to my facebook application. The facebook application was configured to use FBML. The EXTJS javascript works perfect when I run it from my apache server but ...