Community Questions & Answers

close button on facebook button

Hi, I have a problem, close button on facebook popup doesn't fire any event. is it a bug ? iam display transparent (width opacity 0.5) view behind the popup and when i close facebook, it should disapear.. im using sdk 3.1 my code : ~~~~~ var fb =...

facebook module - login event not fired

The login dialog is opened as expected, but the facebookLoginCallbackHandler is not called, so the login event is not fired. If the code below is run again, it opens the dialog again saying that the app is authorized. But this time, when I click ok, the...

Facebook error with new fb module 3.1

Hi. I have updated to 3.1 and with that i use the Facebook module. So i change all my Ti.Facebook.... to fb (and yes i require the module in my code) It all works fine with the status updates from my page but it wont work with the gallery. It just...

Update apps from remote server

Hi. I am getting really &#)€&)& on all the extra work that Facebook is giving me.... They change their API just as they want. Now i have a couple of apps that is broken just because suddenly you have to have an access_token to read albums...

Integrate with facebook using "apprequests"

Hello, Is anyone succeed to call the dialog request of Facebook api with external data parameters ? off course beside 'message' and 'to' params ? I tried to add 'redirect_uri' and others but with no luck ... only this example code works...

Cannot login with Facebook using Stackmob JS SDK

Hello, I am using Stackmob and Aaron Saunders port of the official JS SDK. This works great except for one thing. I cannot login to an account using Facebook (works fine to create an account using Facebook). This is my code. Am I missing something? I get...

Facebook native login check

Hi, is there any way to check if the user is already logged in to his facebook account via the ios 6.0 settings ? (integrated facebook) I'm looking for some way to check that in my app in order not to bother the user to login again since he has already...

Facebook authorize() doesn't work

It worked before, but now I have white screen instead facebook authentication dialog. I set __ti.facebook.appid__ property in tiapp.xml with facebook appid, __Ti.Facebook.appid__ and __Ti.Facebook.permissions__ in code. I tried to use diferent SDK versions...

Link to FaceBook website on iOS6

For a project I'm using openUrl() to open a FaceBook page. I want it to open the FaceBook website but on iOS6 I always get the native FaceBook app without the proper page. Is it possible to force the link to the browser? I can understand that the app...

Ti.Facebook.appID wont work after update

Hi. I have updated to Xcode 4.6.2 and then i got an error that my iOS SDK 6.0 was no good so i updated to Ti SDK 3.1.0..GA and i have also tried 3.1.0.v20130316201654 and then iOS SDK 6.1 kicked in. So i build my project and i got this error: ~~~ ...

Facebook video uploads?

Has anyone had any luck performing a video upload to Facebook yet? I've been going round and around for hours now on this and just wondering if anyone has had any success at all? I keep getting a "Video file format is not supported" error.

Facebook Mobile App Ads

Hi, i want to add facebook mobile ads for my App, i want to know how can i do this from titanium? https://developers.facebook.com/docs/tutorials/mobile-app-ads/

Facebook Sharer

Hi, i want to add a facebook share button in my app so the users can share the app on their facebook wall and the same for twitter... please advise how can i do this?

Facebook Logout

Hi, i am using the facebook logout (Ti.Facebook.logout( )) but when the user want to login he is not asked about credentials and he is automatically logged in... so i want to know how can i fix this issue so the user can logout and then enter other...

Ti SDK 3.1 and Facebook install ads

Hi, I'd like to give Facebook install based ads a try and i know that Ti SDK 3.1 will include facebook sdk 3.1. Anyone knows that without a module or something I can use Facebook's install based ads?

FIX: Titanium.Facebook.logout() actually working.

This function in file: **/Library/Application Support/Titanium/mobilesdk/osx/x.x.x/iphone/Classes/FBConnect/Facebook.m** ~~~ - (void)logout:(id<FBSessionDelegate2>)delegate { self.sessionDelegate = delegate; [_accessToken release]; ...

Showing 1-50 of 682 1 2 3 4 5 614