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.

A JavaScript-based platform to develop native, hybrid and mobile web applications from a single codebase.

learn more… | top users | synonyms

0
votes
1answer
55 views

How to submit data from my iphone apps to my Facebook wall by titanium

I am new with titanium. I have made iphone apps by titanium which show a product list.If a click on it it brings a details page as every normal apps. I need to know about process if i want to submit ...
0
votes
1answer
76 views

Facebook One Click access using Titanium Studio

I came across Facebook's new way of integration with IPhone apps. Instead of displaying web view to login with Facebook through an app, they have changed it so that the user can login with the ...
0
votes
1answer
83 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
1answer
239 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
votes
1answer
56 views

How to give hyperllink in an image using Titanium

I am looking to give a hyperlink on particular point in an image using Titanium, like Facebook does in showing images on focus of faces it is showing names. So is there any possibility i can do this ...
1
vote
1answer
214 views

Titanium Facebook login problems [closed]

having some weird issues with loggin in using Ti.Facebook. I have the same code as the Kitchen sink example, and it used to work perfectly. Now, when I click on login, the dialog seems to come up, but ...
4
votes
1answer
347 views

Titanium - Facebook authorize() - “An error occurred”

I am using (Appcelerator) Titanium's Facebook API to let users log in to their facebook accounts. On Android often right after calling authorize when the facebook window opens a page is shown which ...
0
votes
1answer
336 views

Ti.Facebook.requestWithGraphPath('me/feed'… don't work in SDK 2.1.2

I run code above with success in SDK 2.0.1.GA2 and SDK 2.1.2.GA launch error this (The operation couldn’t be completed. (facebookErrDomain error 10000.)) var data = { message : 'Venha você ...
1
vote
2answers
338 views

Facebook Login EventListener Not Working With Facebook Login Button

I have added a Facebook login button to a view (have also tried adding it to a window). The button works in bringing up the Facebook login modal, but after successfully signing in, nothing happens... ...
1
vote
0answers
158 views

Facebook Authentication for Mobile app accessing Django backend via REST

I am developing a mobile app based on Titanium Mobile and using its FB Module that authenticates the user via FaceBook. Now, we will also be implementing a web service for this mobile application ...
0
votes
0answers
193 views

Facebook titanium access token

everyone I'm using Titanium 2.1.1, windows7, android 4.1. I'm trying the facebook_login_logout.js from kitchen sink and I only change the appId and the permissions. The client has already authorized ...
0
votes
1answer
216 views

how to get facebook signed request with titanium framework

I am developing iphone app through titanium which is communicate with drupal 6 server through services module. My requirement is when user logged in to facebook from mobile, it treat as authenticated ...
1
vote
1answer
331 views

Facebook Authentication on android device causes failure of application (Titanium android)

In my application I am using facebook authentication.My code looks like var win1 = Titanium.UI.createWindow({ title:'Tab 1', backgroundColor:'#fff', layout:'vertical' });win1.open(); ...
0
votes
1answer
205 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
1answer
1k views

Facebook custom login on Titanium mobile

I'm getting familiar with Titanium mobile, and now I'm developing iOS app with it. I want to create custom login button. I followed some instructions on the web, but still its not working. The code ...
1
vote
1answer
1k views

Upload multiple photos to Facebook using Graph API

In My Titanium Mobile Application I am trying to post multiple image to Facebook album. But for me single image upload works fine but multiple image does not. Here is my sample code. Thanks in ...