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 ? ...
when why and where to use each one of those method? what are the advantages and disadvantages of each method ? ...
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...
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. ...
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. ...
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 ...
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...
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. ...
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.. ...
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! ...
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. ...
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...
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 ...
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...
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...
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...
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...
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...
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...
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...
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...