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.

Appcelerator Titanium Mobile is a framework for creating iOS and Android applications in JavaScript.

learn more… | top users | synonyms

1
vote
1answer
182 views

“Cannot Open Page” Error when doing Facebook single sign on in Appcelerator Titanium

I have setup a view in my appcelerator titanium app to be nearly identical to the one in the kitchen sink demo for facebook login. I want to use single sign on for IOS: //LoginView Component ...
-2
votes
1answer
163 views

Passing a variable with appcelerator titanium Functions

I have a code that i need to get an image from. I have a row that i want an image that i get from an API call. I am lost on how to get it. This is where i get my row ...
0
votes
1answer
69 views

Get facebook page access_token appcelerator arg missing

I have this for trying to get page access token from facebook. I am doing this with appcelerator titanium. Ti.Facebook.requestWithGraphPath(Titanium.App.Properties.getString("sidnamn"), {fields: ...
0
votes
0answers
110 views

How to get photos from facebook using graph API

I am trying to get photos from facebook using graph API. I have did a lot of search and study to find what is required to get that but I couldn't solve the issue. I am using Titanium Appcelerator to ...
0
votes
1answer
197 views

Webview in bottom of page

I am making an app and i want to have the facebook "Like" button in the bottom of a page. Is it even possible? I have played around with different things and this is what i have right now. var win ...
0
votes
0answers
126 views

Gallery windows acting crazy with json

I am using facebook albums to populate a gallery in my app. When i parse my albums from my FB page and try to open the photos from my album in a new window nothing shows up. But when i click "back" ...
0
votes
2answers
209 views

“Sign in to facebook” button not showing on iPhone, showing on iPad

I am creating an application using Appcelerator. In my app I'll ask for users to log in with Foursquare. I am accessing Foursquare's login page using a webView and accesing the following URL: ...
1
vote
1answer
380 views

Get facebook pics to Titanium

I have a band and i want to build a section in our titanium app that shows our facebook fanpage pics. I have gotten to the part where i can get the pics in a table row but when i click on them it ...
1
vote
1answer
582 views

Json parse from Facebook events

I have had some trouble with fetching json from a groups events on facebook and then put them in a tableview to be used in a Appcelerator mobile app. The idea is to have this as a calendar to show ...