Questions tagged [facebook-page]

Facebook Pages are representing real world entities like organizations, businesses, celebrities, and bands to broadcast great information in an official, public manner to people who choose to connect with them. Pages can be enhanced with applications that help the entity communicate and engage with their audiences, and capture new audiences.

Facebook Pages are representing real world entities organizations, businesses, celebrities, and bands to broadcast great information in an official, public manner to people who choose to connect with them.

Similar to profiles (timelines), Pages can be enhanced with applications that help the entity communicate and engage with their audiences, and capture new audiences virtually through friend recommendations, News Feed stories, Facebook events, and beyond.

1052 questions
-2
votes
2 answers

Get details of user administered pages in facebook using fb.api method

function Pages() { FB.api( '/me/accounts', 'GET', { fields: 'name,about' }, function(response) { document.getElementById('showPages').innerHTML = response.name + ' ' + response.about ; },{ scope:…
-2
votes
2 answers

what is the difference between like and visit on a facebook page

Some of the facebook pages has a visit count apart from like counter as shown in the snapshots This is the page maintained by me, https://www.facebook.com/keralarecipe image 1 This is another page having visit count,…
Deloader
  • 3
  • 2
-2
votes
1 answer

Facebook Page Tab renaming using fb app id

How to change Page Tab name name position using app id . I did use this code $facebook->api('/'.$page_id.'/tabs/', 'POST', array('access_token' => $access_token,'app_id' => $appId,'position' => 2,'name' => $tab_name,'is_non_connection_landing_tab'…
-2
votes
1 answer

can't get facebook access token from java filter, error HTTP response code: 400 for URL: http://graph.facebook.com/oauth/access_token?client_id=

I am trying to setup a prototype environment and communicate with facebook. I have set up a test java application and I serve it through my static ip. For the facebook part I have implemented the example of this…
stefan
  • 31
  • 1
  • 5
-2
votes
2 answers

How to check whether we are fans fanpage or fanpages in FACEBOOK

How to check whether we are fans fanpage or fanpages id pass on to the page method as follows: page_id or page_id, page_id2, page_id3 function isFan(a) { FB.api('me/likes/'+a ,function(response) { if (response.data.length == 0) { …
Kamil
  • 21
  • 6
-2
votes
2 answers

Check if user like a page without creating facebook app

I have to check in my script if a user like a facebook page. I would realize it without Facebook app. I would not create it. I founded some examples, but they require a Facebook app, and that user gives it the correct permission. Can you help me? Is…
michele
  • 26,348
  • 30
  • 111
  • 168
-3
votes
1 answer

How to manage facebook page using php sdk

I am a new beginner for Facebook apps I want to manage Facebook pages using php code. For that i have created a Facebook application Now i need to get some info or sample code for managing Facebook pages using that application. What i understood…
rohitpurohit
  • 81
  • 1
  • 3
  • 10
-3
votes
1 answer

Fan page and appId collision issue

I have a fan page, and I use to show it on my website. It works great. I decided I wanted to add fb:comments to my website as well, so I created an appId, etc. I added the SDK below the body and added the tag on the page. It causes a collision so I…
-3
votes
2 answers

Facebook custom tab for app

I developing a facebook app for my university's library, the problem is that I want 5 different tabs in my app and every tab, I have used command in index.php file but It show command error. I dun know how can I create tabs or menu in my own app. I…
-3
votes
1 answer

Facebook page id assignment

How is the page id of a facebook page assigned? Will it be different across different apps? We are trying to build an app which requires all the pages liked by a user. For this purpose , page ids are stored in a database.We do not want same page to…
msdrocks
  • 9
  • 6
-3
votes
1 answer

Can anyone help me with Iframe tabs for Facebook?

Can anyone help me with coding? I really don't have any idea how to code such a thing (i'm complete noob at web programming) I want to create a welocome (aka landing) page on my facebook with fan and non-fan content. The non-fan content will be…
-3
votes
1 answer

Facebook callback "like status" for fanpage

How can I get info about "if I liked the facebook fanpage"? The best for me will be ajax request with callback, but I've not found anywhere the solution.
Paweł Zegardło
  • 298
  • 3
  • 10
-3
votes
1 answer

facebook album IDs

I am a novice and though I manage to get things done, this issue is out of my reach. Issue related to Facebook https://graph.facebook.com/211255505590483/albums?fields=id The above link displays the list of albums of a Facebook page. I want to…
Vinayy
  • 11
  • 4
-3
votes
1 answer

I want change URL in facebook.

I want change URL in facebook. Now URL is http://www.facebook.com/pages/work/399241663472504 redirect into http://www.facebook.com/work/399241663472504 How to do this???
ques
  • 1
  • 2
-4
votes
1 answer

add app on facebook fanpage with facebook sdk C#

someone knows how to do this using the facebook C # sdk, I have an application that the user can add it on your fan page for your control panel on my website, how to do this? Thank you!
Dark Ducke
  • 145
  • 1
  • 3
  • 12
1 2 3
70
71