Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

13
votes
3answers
2k views

Facebook Like Widget on Fan page, Comment area out of visible area

When using the like or send widget on a Fan Page (no mater if you use iframe tag or fbml for it) the overlay for commenting is positioned always to the right. see http://twitpic.com/4q7ggi for ...
11
votes
4answers
3k views

jQuery/iframe not working in Chrome

I have created a facebook fan page here: http://www.facebook.com/apps/application.php?id=120196931351044&v=app_120196931351044 It incorporates iframes to call certain pages/image galleries which ...
10
votes
2answers
656 views

Facebook Page Access Tokens - Do these expire?

I'm building an app that allows users to administrate their Facebook Fan Pages. This requires the following two Access Tokens: A User Access Token A Page Access Token I'm quite familiar with User ...
6
votes
2answers
2k views

how to use facebook comments plugin into facebook page

We have a Face book page.We add a custom FBML tab.Now we want to add Comment Face book plugin.I tried to add an script what i got from Face book Social Plug in.The code is <div ...
3
votes
1answer
197 views

Edit Facebook Page Info using Graph API

I want to edit Facebook page info using Graph API. Every time I update on my website, I want automate update info of my Facebook Page.
3
votes
1answer
394 views

Facebook Fan Page vs. Twitter Streaming API

What is the counterpart of Twitter Streaming API for Facebook Fan Page? How can i get real time updates from a Facebook Fan Page?
2
votes
1answer
73 views

Facebook Reveal Tab only working on https

I've created a simple Facebook Reveal tab, which was working some time ago until I checked again today and it seems only to be working on https. This is what I get on an http page: if I var_dump the ...
2
votes
1answer
157 views

Getting Facebook User ID on a Fanpage is Not Working Anymore

This code used to work fine, but now the user_id is missing in my $data object. I had in mind, that from the moment the User 'Likes' the page, he isn't anonymous anymore and that you can fetch his ID ...
2
votes
2answers
243 views

Can a FB App “via appName” link to our Fan Page? - What do you do?

I created a FB App to facilitate FB Connect authentication on my website. Users can share content from my site to Facebook via the same FB app. We also created a FB Fan Page to grow our community ...
2
votes
1answer
44 views

Visitor to Application is Facebook Page

Can you determine whether a visitor to your Facebook application is a user navigating Facebook as a Facebook Fan Page? This is so I can show a different message to a Facebook Fan Page in comparison to ...
2
votes
1answer
177 views

Alternate methods to invite friends to facebook

I am working on a fan page and currently I am using an iframe app with the facebook send button embedded in it. I was wondering if there was a better way to invite people to a fan page, like a dialog ...
2
votes
3answers
484 views

Graph API returns False on Fan Page details

I've been having some problems with few Fan Pages and getting their details with Facebook Graph API. When I try to get the details for the Fan page, Graph API only returns "false", nothing else. This ...
2
votes
2answers
3k views

Extract fan database from Facebook page

I am trying to export Facebook Page Fans. The closer I found was this article. It states: Getting fans from a Facebook page is not yet supported by the Facebook API. Luckily, the Facebook ...
1
vote
1answer
33 views

Why is the Facebook “like” code submission telling me that our FB page url is incorrect?

Trying to obtain a "like box" code to apply to our website. When I enter the facebook url of our page (copy/paste from browser), I am getting an error telling me that it is incorrect. I have tried ...
1
vote
1answer
46 views

Google cloud stroage for a facebook app

I have made a facebook fan-gate app. I was wondering if anyone had any success using google cloud storage instead of their own server storage. I tried amazon cloud storage but apparently that will ...
1
vote
1answer
97 views

How to parse Facebook fan page from HTML code with PHP

I need regex pattern example for PHP with preg_match_all usage how to parse Facebook fan page URL from the HTML code. Examples: http://www.facebook.com/pages/SomeTitle/6203451642 ...
1
vote
1answer
130 views

How to embed Facebook application on fanpage?

I have created the application, but does not appear on the side of the button "App Profile Page View" in the settings page of the application. Already added the addresses to the iFrame fan page. ...
1
vote
0answers
64 views

Fan Page tagging detection

I would like to know all messages (photos/status update) in which there is a tag about one of my managed pages: is it possibile? I can't find the correct method. Can you please help me? Andrea
1
vote
0answers
61 views

Facebook fanpage profile image through graph api

Does anyone know how to grab a fanpage's profile image through Graph API? I've tried using the Graph API explorer with https://graph.facebook.com/FANPAGEidHERE/picture and it's just loading ...
1
vote
0answers
117 views

Adding Facebook location tab [closed]

Some time ago, Bing and Facebook colaborated to create location tabs for fanpages (see here). One of my clients need to add it his pages. Now I cant find the application at all. Does anyone have and ...
1
vote
0answers
232 views

How to make my page appear on google search, post to twitter, merge my pages?

I have created 2 facebook fanpage that is "Enfant Family Member" before I have converting my Enfant Kidclub profile to a page last 2 week So, now i have 2 pages! Why my page "Enfant Kidclub" is not ...
1
vote
0answers
269 views

New Mobile Version of Facebook on Iphone doesn't follow default page listed in Fan Page

Up until about 2 weeks ago, if you visited a Facebook Fan Page on an Iphone through safari (not the Facebook App), it brought you to the normal internet version of the site. This made it very easy to ...
1
vote
1answer
75 views

Contacting individual Page fans directly?

I was wondering what options are available for directly contacting specific fans of a Page. What I've found so far is that it is possible for a Page admin to send a private message, using the Send ...
1
vote
2answers
378 views

facebook fan pages and related open graph objects

If exist a facebook fan page like this: https://www.facebook.com/HuffingtonPost I suppose to get likes count calling graph API: https://graph.facebook.com/https://www.facebook.com/HuffingtonPost ...
1
vote
1answer
194 views

Fan-Gated Facebook Tab with Rails 3 (Updated)

I followed a how to by CoverHound see How to Create a Fan-gated Facebook Tab with Rails and JavaScript. Everything went smooth up until step 3 under Serve the content for your FB App with a Rails ...
1
vote
4answers
255 views

How can I disable my App Profile Page

I am using Facebook Connect on an external website. I don't want to show an App Profile Page on Facebook for this app. The main reason is because I have a Fan Page of the same name on Facebook and I ...
1
vote
0answers
79 views

facebook graph api update fan page name

I am developing a facebook application. In my application a special seemed to appear. I need to update the name of the fan page in which my app is installed melodramatically. Can this be done? If ...
1
vote
3answers
333 views

Facebook fql search page with strpos doesnt work?

Why this query : SELECT name, page_id from page WHERE strpos(lower(name),lower('coca')) >= 0 returning this error "error_code": 604, "error_msg": "Your statement is not indexable. The ...
1
vote
2answers
69 views

Padding between the image and the border

I am developing a facebook fanpage. I am having problem with the space between the main image that I am using and the border of the page. I just want the image to appear and take all of the space on ...
1
vote
2answers
940 views

How do I create a facebook app to run a contest on an existing fan page?

Okay, I thought I had a pretty good understanding of Facebook until I got into the realm of apps. I already have a fan page, but want to be able to run contests with my fans. I just read on the FB ...
1
vote
1answer
98 views

Integrate facebook fan page with phone application

I have a windows phone 7 application and I want it to integrate it with Facebook. I have a facebook "fan page" but do not currently have a facebook "app" for my phone application. Is it possible to ...
1
vote
2answers
317 views

Facebook like button is not linked with the like in the fan page?

For example, I have an article in my site, http://abc.com/1.html and I put a like button plugin from Facebook in the website for this article ...
1
vote
1answer
576 views

Automatically posting to facebook page with python

I want to make a script that lets me post to my facebook fan page (which I'm an admin of) As far as I've seen, Most graph api examples are about making facebook apps in python and make them ...
1
vote
1answer
162 views

adding fading effect in facebook fanpage

I was wondering how this (http://www.facebook.com/Sennheiser) was done in facebook fanpage? It has a fading slider/gallery. Any good links or tutorials that talks about this? Thanks!
1
vote
3answers
897 views

Like button on fan page. How did they do this?

How did Porche add Facebook like button to their fan page? They also changed the colour http://www.facebook.com/porsche?v=app_172346812791398
1
vote
1answer
316 views

Facebook fan page interaction

I've seen a lot of questions on here asking how to publish to a Facebook fan page, but not how to publish from a facebook fan page to an external site. I'm admin of a fan page and would like to make ...
1
vote
2answers
295 views

Custom link on facebook comment field in facebook app

We have created a facebook-app which contains a fb:comment field. We have included the app on a fanpage. All works well so far, but when a user comments in the app on the fanpage and chooses to show ...
0
votes
0answers
7 views

Auto Posting Content to users wall after one click registration

I am currently trying to get an app built that will allow me to streamline what i do manually. Currently i manage several facebook restaurant fan pages, and post to my users walls, manually when it ...
0
votes
1answer
38 views

FB Authentication goes from Fanpages to app page and not back to fanpage

I'm using php and running my app on different fanpages but when a new users goes to authenticate it always redirects them to the app page after authentication. I did try getting the fanpage id and ...
0
votes
0answers
7 views

Is it possible to post to a Live Stream as a fan page

I have a Live Stream plugin that is used in one of the Page Tabs on one of my fan pages. It works OK but I was wondering if it's possible to post messages in the plugin as a Fan page instead of any ...
0
votes
0answers
37 views

Facebook PHP SDK Verify Like returns “NOT A FAN” for some Fans

We are struggling with a problem that is driving me insane. Using this code: $facebook = new Facebook($config); $uid = $facebook->getUser(); if ($uid) { try { $user_profile = ...
0
votes
1answer
29 views

How to convert a facebook profile to a facebook fan page without losing the funs?

Is there any way to convert me Facebook profile to a page? Firstly i created a Facebook profile, but now i want to convert it in a fan page. Is it possible? If yes, there is anybody how know the way ...
0
votes
0answers
23 views

How to add a comment box to a facebook application?

I have a comment box in a facebook application. I follow the instructions in http://developers.facebook.com/docs/reference/plugins/comments/ to install the comment box. Despite the fact that I add ...
0
votes
2answers
29 views

Facebook page content only for fans

I'm looking for a way to limit some of the content of the fan page from the users that are not fans. On my page I have a tab application that just shows an iframe of a webpage on my server(Non-PHP ...
0
votes
0answers
18 views

How to migrate Fanpage with App?

One of my clients got a fanpage with around 40k fans. And now they want use Facebook-Connect for some new features at their website. One of those features is the Share-Button. They want use one app ...
0
votes
1answer
11 views

PHP to get the header url of a facebook fan page..?

how to get the header url of a facebook fan page..? using PHP from a tab iframe.. im developing a fb app and i need to get the url of the page where the app is installed to set their share buttons and ...
0
votes
1answer
68 views

Facebook page get user like status

I tried googling & checking stackoverflow for the possible solution but haven't found any yet, so would like to bring it up here again. I have a Facebook page, page has multiple tabs, and one of ...
0
votes
2answers
24 views

Fanpage: embedding an external app from a non SSL-secured source

newbie here!. I'm creating an app for a fan page to embed a Flash 'miniwebsite' in the FB page. I've been reading that it's now compulsory to have an https connection in order to show external ...
0
votes
0answers
51 views

Facebook drop down menu goes behind embeded you tube video fan page

I am currently having some trouble displaying a you tube video on my custom fan page. I am using Static HTML I Frame Tab to embed this code. The problem is that the facebook notifications or search ...
0
votes
3answers
122 views

Facebook Pages: Add multiple Tabs or Links to the left menu

you all may know, there are some FB apps for creating tabs or links on the left menu of a FB fanpage. tabpress is such an app. you can add multiple tabs with different content, for example iframe, ...

1 2 3 4