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 is a development platform for JavaScript developers. It enables programmers to write desktop, mobile, and tablet applications entirely 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 ...
0
votes
0answers
80 views

Facebook pages tokens and uploads if not admin

I have some questions about facebook pages and their access tokens. Right now i am trying to build a mobile app for my band and i want to have a function in it that allows users to either take a ...
0
votes
1answer
214 views

Upload photo to facebook fanpage appcelerator titanium

I have an app that lets me take a pic or choose from my gallery and upload it to my personal fb page. How can I let it upload to my fanpage instead of my own page? I use this for putting it in my ...
1
vote
1answer
435 views

Facebook graph api Events and Venue Information, sometimes it only returns venue id when the event was created in a known venue

I'm creating an app in Titanium that uses the Facebook Graph API to get all the users events, however, the venue information, it only brought to me, after I was very specific about the field, and some ...
0
votes
0answers
91 views

Appcelerator Facebook json not returning properly

I am trying to get elements such as "Bret Taylor" from the following link without having to ask the user to login to facebook. https://graph.facebook.com/btaylor { "id": "220439", "name": "Bret ...
1
vote
1answer
583 views

Titanium iOS - Facebook SSO not returning to App

I've recently added Facebook Single Sign On within my application using Appcelerator' Titanium. Which is working nicely but is failing to redirect back to my application automatically when presented ...
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 ...
2
votes
1answer
248 views

Can't authenticate iOS app with Facebook

Hopefully someone can help here, it's incredibly frustrating! I have a couple of iOS apps built using Appcelerator Titanium and using the latest Sharekit module to allow me to share content via ...
3
votes
4answers
4k views

Is the Facebook app built using a mobile development framework like PhoneGap or Appcelerator?

I've found numerous sources that cite the Facebook app as an example of a Hybrid App. I understand the term Hybrid App is broadly defined as any smartphone app that wraps a WebView in a native ...
0
votes
1answer
372 views

Appcelerator Titanium facebook send specific content

I am trying to send some specific content from my Application to the user's status wall. Lets assume that the user already logged in to facebook through my app - And lets say that my app displays a ...
1
vote
2answers
548 views

Facebook Private Message in Titanium

I am trying to send Facebook Private in my Titanium Application.I have tried in following two ways but i didn't get any success. Method 1: var data = { link: ...
1
vote
1answer
622 views

How to use single sign on

I am developing an iOS app using Appcelerator. I need to use Facebook and if the user has the facebook app installed they are taken there to authorize my app and then back to the app again. The ...
0
votes
2answers
95 views

Get Group details from Facebook using Appcelerator

I am developing an iOS app using Appcelerator. In this app I need to get information from a Facebook Group. Using the URL directly works fine. I get a complete data set of all groups docs. ...
0
votes
1answer
2k views

How to publish checkins for a Facebook user

I am building an iOS app using Appcelerator and the build in Facebook API module. I need to find a way to publish checkin on the behalf of the user. The user must be able to checkin at at location and ...
0
votes
1answer
363 views

Appcelerator & Facebook FQL Multiquery

how can I use multiquery Facebook FQL with Appcelerator? Titanium.Facebook.request('fql.query', {query: query}, function(r) .. doesn't work. :( This is the example that doesn't work: ... var ...
0
votes
1answer
802 views

how to share text on facebook from thi iphone using Titanium?

I have implement one iPhone applciation using Titanium.Now I want to share applciation link or text on facebook I dont know which api I have to use and how to integrate. Can you give me suggestion for ...
0
votes
2answers
1k views

appcelerator titanium mobile Facebook login - alway have not set Titanium.Facebook.loggedIn after login

My mobile app will first require user to login facebook and then go back to the app for further action. After login fb successfully, it is expected that the Titanium.Facebook.loggedIn will be true ...
0
votes
1answer
679 views

appcelerator titanium : close facebook view

I am new to appcelerator titanium, i created a mobile project, tried the following code to connect to facebook: Titanium.Facebook.appid = '[my appid]'; Titanium.Facebook.permissions = ...
0
votes
1answer
2k views

Titanium.Facebook getting graph api access token

I'm developing an iPhone app with Appcelerator Titanium SDK 1.6.2 I am upload an photo to a users facebook album with the Titanium Facebook module, graph api. The upload goes just fine and returns ...
0
votes
3answers
6k views

The new Appcelerator Titanium Facebook API: How do we perform a simple connect?

I'm trying to use the new Facebook Graph API with Appcelerator Titanium Mobile 1.6 . I found two complete examples on the net: That one from the official blog et the Aaron's one. In both examples, I ...
0
votes
1answer
251 views

post fan page stream to iphone app

i'm wanting to display the stream of a facebook fan page within an iphone app. i know it's possible to do this with a twitter stream, but wasn't sure if it was available to do w/ facebook fan page ...