facebook

How to tag a friend in any Post generated by a facebook application ?

Dear all: When we update status in facebook, we can tag a friend in it by issuing a @ symbol and typing the friends name. Similar to this, I want to tag some friend in a post generated by my facebook application. I have searched in the facebook GRAPH API for the solution but couldn't find it. I have seen some application doing this. Ca...

Facebook mutual "likes" not showing

Hey guys, I just build a Facebook fan page and the mutual likes are no longer showing up. I've tried googling around a solution but can't seem to find the proper way to ask this. Before I uploaded my custom polls and all, mutual likes were showing up, but now only the regular likes are showing. Does anyone know the proper FBML or code r...

Statistics on which pages on my site users have Facebook-liked

I have Facebook "Like" buttons across my site and I'd like to see which articles get the most likes. I tried "Insights for your Domain", but I keep getting this error: The application ID specified within the "fb:app_id" meta tag is not allowed on this domain. You must setup the Connect Base Domains for your application to be a prefix...

Having Trouble Accessing Email from Facebook Oauth

Hello, I can't get the proper token to reach the extended user information (specifically email) from the Facebook API. I've correctly given my app permission to retrieve the email, so I know I have the correct permissions. I'm trying to convert a session to a token using the exchange_session method as you can see below in my code: ...

Post from Flash to PHP in Facebook app

Hi, I published 2 days ago a Facebook app, it's a flash game, after the game over, the flash file POST score to my php file, Publish your score to wall if you beat your highscore, Facebook disabled the application because bad reviews from users. How to POST from Falsh to PHP without redirecting the user, i want after the game over POST...

Why do hrefs in facebook application tabs get rewritten as anchors?

So I have 2 application tabs added to a profile page in facebook. I am trying to link back and forth between the two tabs. Facebook mysteriously adds them as anchors http://www.facebook.com/pages/blahblah/12313123231231?v=app_23423423423#!blahblah/12313123231231?v=app_2342332423423 I don't get it. Looking at the source of Dove's site,...

Yet Another Facebook Connect Problem? (Request Perms)

Hi Guys, Came in today and my Facebook Connect code is broken (no surprises there, each day brings a new twist with Facebook Connect). This code which was working for 3 months has stopped working: FB.Connect.showPermissionDialog(permission, callback) The Facebook Popup shows the following error: API Error Code: 102 API Error ...

Facebook like not extracting right image from meta tags

I can't seem to get Facebook's like functionality to use the image I supply with the og:image meta tag. Instead it uses some random picture on my site. Check out this article: http://www.tacky.nl/skateboard/article/?id=109170 If I check the page with facebook's url linter it extracts the correct image (and data), but when I use the sh...

share images to facebook account

i want to share images to my website's facebook account when users upload the images, is there is any php code or api to fix this ...

Difference between normal authentication and Oath authentication???

I m building a facebook application. In the application setting, there is a option to enable the Oath authentication. So, what is the advantage of using Oath Authentication over normal authentication.... ...

Localization of Facebook

I am working on an Android game.. I live in Taiwan but i want to make an English game, i have some problem when using facebook login Dialog is always loaded in Chinese. Is there any way i can change it to English which is the same with the device's language? Thanks, Eve ...

implement facebook login

I want to implement facebook login using php. the php page should automatically login to facebook using a user name and password specified. is it possible? which platform should i use. the script should not aske for username and password. just log in using a username and password probably stored in a mysql database or php variable. ...

Facebook Graph Api - Posting to Fan Page as an Admin

Hello, I've setup a script which allows users to post messages to a fan page on Facebook. It all works but there's one small issue. The Problem: When the post is added to the page feed it displays the posting user's personal account. I would prefer it to show the account of the page (like when you're admin of the page it says it came ...

How to get if a user is admin of a page (isAdmin) using the Facebook Graph API?

Using the old REST API, you could do call https://api.facebook.com/method/pages.isAdmin to know if a user was the admin of a given page. How can you do that using the Graph API? I can't find anything about it in the documentation and start to wonder if it's even possible. ...

Custom Google Analytics attribute on Facebook

Hi all, I'm trying to keep track of some custom behaviour on our Facebook Canvas App. I need to send custom variables to Google Analytics but the fb:google-analytics tag is too limited. Do you know a way of working around this? I'm tracking the normal page view but I also need to track Ajax calls and custom variables. Thanks, Diogo ...

facebook-ios-sdk requestWithGraphPath:@"me/friends"

i can't find any basic documentation on this sdk (am i just being stupid or looking in the wrong place?). i can't work out what this method: - (void)request:(FBRequest*)request didLoad:(id)result actually returns in the case of a request like this: requestWithGraphPath:@"me/friends" or this: requestWithGraphPath:@"me" result see...

Facebook App Authorization popup not closing

I have a web site that's set up as a facebook application. When new users access the web site and click the login button, the "Authorize this application" popup appears and after authorizing the application instead of closing, the popup reloads the whole site insite itself. Has anyone experienced this kind of problems before? ...

How to include javascript file in to dynamically created modal window?

I have a photo gallery that use modal window to display photos. During modal windows initialisation I'm inserting rest of photo functionality (share button, comment, tags, etc). Everything works well except facebook share button. From documentation you have to include following html code: <a name="fb_share">share</a> <script src="http:...

How to process multiple accounts with OAuth?

I have an application that posts to multiple Twitter accounts by storing an array of usernames and passwords. Recently, Twitter updated their API so I have to authenticate using OAuth instead of storing credentials. How would I make the user authenticate for multiple Twitter accounts during a single process? For example, I have a textbo...

Question about using facebook login with existing website / accounts and authorization

This a broad question but didn't find exactly what I was looking for. I'm working on a website that currently has a registration process but would like to provide a facebook login functionality. They are currently many users using an email / pwd combination so would need to handle new and existing users. If user creates account via fac...