facebook

Facebook tag fb:google-analytics vs adding the Google analytics JavaScript mysel

when why and where to use each one of those method? what are the advantages and disadvantages of each method ? ...

Facebook app with multiple country code top level domains (ccTLD)

Let's assume we have a web application that is served through the following domains: www.something.com www.something.co.uk www.something.de I wonder if there is a way to authenticate user's facebook account, to get access to their wall from these different domains and use the same facebook application. I don't know if I can make that c...

Facebook Javascript SDK: Event auth.sessionChange and auto.logout firing only on page refresh

I have an implementation for my website to have facebook single sign on, using their javascript sdk. The javascript adds the cookie and I deal with it fine. The question is related to when an user logs out of facebook, I would expect the auth.sessionChange or auth.logout events to fire, but that only occurs when the page is refreshed. ...

Face book window closing unexpectedly from iphone.

Hi, I have integrated facebook in my application. but after successful user login, it is closing unexpectedly. is there any one face the same problem. please tell me how to resolve this. ...

facebook app - auto add tab when app gets installed

hi everyone, is there a way to automatically add the tab of an application to the users profile page, after he installed the application? thanks in advance ...

Genereate infinite keys using one time code of Facebook in ASP.NET for (facebook integration)

We generate a One time code by this url http://www.facebook.com/code_gen.php?v=1.0&api_key=xxxxxxxxxxxxxxxxxxxxxxxxxxxx and then with the help of this generate inifinite key. For PHP the procedure is this: $infinite_key_array = $facebook->api_client->auth_getSession($clean_array["onetime"]); I want to same thing with c# api of fa...

pyqt, webkit and facebook authentication?

Are there any examples how to authenticate your desktop Facebook application using PyQT and embedded webkit? This is to provide better user experience than opening Facebook authentication page in a separate browser window. ...

Facebook integration in android application.

Is there any api for facebook to integration in android? I got a requirement to publish images to facebook through android application. Please give links or suggestions regarding this.. Thank you.. ...

How to order results for Facebook Graph API?

I've been playing around the Facebook Graph API for a while now. I'm trying to get the list of friends using https://graph.facebook.com/me/friends. While it's working fine, the results are ordered by Id. Is there a way to get them ordered by name, or do I have to reorder them manually via my application layer? Thanks! ...

Any way to get Twitter user email?

Is there any way to get Twitter user email from Twitter API? Facebook (FBQL) provides this data in the hashed form so that you can encrypt email and then compare to hashed one. ...

Problem with links on my facebook application tab.

Hi, I have created a application tab with some links. Everything is displayed fine. except for the links to a external page. I have a few links to my blog and other sites. The links becomes bold and there is this text in brackets <a href='www.example.com/blog'>Blog</a> this shows on the facebook application tab as blog(http://apps...

RoR - how to update facebook status with RoR ?

sorry, if my english so bad.. i created a simple auction app with RoR. in my app, if i create a new auction, i want my facebook status update with the new auction that i have created. how to do that? nb: this is not facebook app. what should be required? oauth? help me please ...

Install Facebooker on Rails 3RC With Ruby 1.9.2-RC2

I am trying to install the Facebooker plugin on Rails 3 RC with Ruby 1.9.2-RC2 but I am having some problems. when I run rails plugin install git://github.com/joren/facebooker.git I get the following error Plugin not found: ["git://github.com/joren/facebooker.git"] and the facebooker.yml configuration file is not being generate...

Android Facebook

I am working on an Android app where we enter some text in edit box and all i want to do is simply send the text which typed (i.e.., edittext.gettext()) to facebook as my status. The important thing is i dont want a facebook dialog box to open just send the message as status without a dialog box. Is there any way i could post without usi...

Facebook App FBML, fb:friend-selector get friend userid.

Hello everyone, i am trying to get the current logged in user's friends, they should select one friend using the form below and then submit it to the same page. The script is suppose to get the friend's userid (only one) and add it to the database. The script is working fine but its not posting the right ID (Wrong ID $_POST['friend_sele...

Facebook in iPad: UIWebView - renders as touch instead of standard web

Up until a few days ago it worked fine: opening facebook.com in iPad/UIWebView rendered as standard web. Now Facebook is force-rendered as touch - as if the URL was http://touch.facebook.com. This happens regardless of the UIWebView frame size. Here is a simple code for the main view controller to see the problem: UIWebView *wv = [[UIWe...

FacebookConnect for iPhone - Error launching remote program: failed to get the task for process

I am having a problem with ad-hoc distribution in iPhone. I have developed an application in sdk 4.0. I have a valid developer's license and I have added provisioning profiles in my project. When i run my application without FacebookConnect inluded in the project everything is fine. But as far as i include FacebookConnect into my project...

Nesting fb:name within fb:tab tags on facebook

hi, I'm trying to create a tabbed navigation interface of a user's friends on Facebook. I want each tab to display the name of the friend, with a link defined by me. I'm using RoR's Facebooker. My first try was: <%= fb_tab_item fb_name(123), some_link %> Unfortunately Facebook renders the name tag as an escaped sequence: <fb:tab-ite...

Uncaught exception 'FacebookRestClientException .. while trying to set users staus via a facebook application

Hello, I am trying to set users status using my facebook application. However my $uid = $facebook->require_login($required_permissions = 'email,status_update,offline_access'); gives me an infinite redirect which I am still trying to debug. However, if I hard code the value of uid and then use $facebook->api_client->users_set...

how do i have a facebook-like scrolling updates on my website showing all activity

i have an asp.net mvc website with a SQL server backend. For every table i have a "History" table to track all changes (who, when, etc). I can run a query and generate an audit report (view of what has changed including who, when, etc) but i wanted to try to implement a facebook style view that shows a list of updates (instead of a sta...