0
votes
1answer
15 views

Facebook Open Graph and User Email

I am created my first Facebook Open Graph App. I would also like to be able to get the email address and other details of the user who used the app. I came across the solution at How to get Users ...
0
votes
0answers
21 views

Facebook Button not working as expected

I've been trying to implement the fb like button on my app. I'm using js sdk along with xfbml. So basically, after creating an App, I've set up the necessary markeup in my body (I'm using twig along ...
0
votes
0answers
24 views

“An unknown error has occurred” When trying to Like a comment on a page post

I'm developing an app, and when I try to create a like on a comment (of a page post) I always get the following error: { "error": { "message": "An unknown error has occurred.", "type": ...
0
votes
1answer
32 views

Like and comment a Post on a Page with Open Graph API

to evaluate the title of the question, I have created a page. And also app for getting a appID. i have posted a like(action) on a techcrunch article(Object) on my timeline with the mention of my FB ...
0
votes
0answers
36 views

How to get the 'Want to see more from' - 'Like Page' button on playing a Flash based post?

When we click on a Sound Cloud shared URL, it will start the flash content. Along with that below the flash content we can see the following message as shown in the image, if we have not liked the ...
-1
votes
0answers
11 views

Generating information of people who join a group [closed]

My task is to retrieve basic information of users who have joined a group owned by my employer. I have to retrieve that information and store it in a database, so that we can fetch the contacts ...
-1
votes
0answers
54 views

How to show Facebook Like Button for fanpage on a website link share? [closed]

How can I put the Like button of my page in the share box (which shows data from my website, obtained by the open graph meta tags), when someone share the link on facebook? Like this site bellow: ...
0
votes
0answers
70 views

How to post a Like and Comment on photo facebook sdk 3 for Android

I want to know how to post a like and comment on a photo,I can provide photo id and current active session. So please let me know to do it.Any sample code??
0
votes
0answers
18 views

facebook. like an app using api graph error with permissions

I tryed curl -F 'access_token=...' \ https://graph.facebook.com/313449204401/likes with my access token and it returns {"error":{"message":"(#200) Permissions ...
0
votes
0answers
45 views

Facebook like button and overflow:hidden - can I rule the tooltip box?

I'm adding FB Like and Send buttons in the bottom of block which have CSS rule overflow:hidden. Normally click on those buttons calls a box like tooltip And of course this box looks hidden. Can I ...
0
votes
0answers
21 views

Facebook: Combine Follow with Share

I just recently shared a news article of german "Spiegel" newspaper. As I shared the link, on the bottom of the shared link appeared a botton to follow the "Spiegel" Facebook-Page. Can you tell me ...
0
votes
1answer
17 views

Facebook API Accuracy

I have a quick question for the Facebook Guru's here. A couple of years back I have written a facebook app that retrieves the amount of likes assigned to a photo. At the time, I was surprised to find ...
0
votes
1answer
26 views

Facebook Scraper seeing only parts of header

I couldn't see an obvious reason for the differences, but am pretty new to coding for facebook friendliness. I've got a page on my site that shows flickr albums: ...
3
votes
1answer
86 views

Facebook fql like table removed?

Anyone knows if facebook is removing the like table completely from fql? I can no longer see like table in fql list of tables. the page shows not found, but i can still access the like table Graph ...
2
votes
1answer
186 views

Facebook Graph API request error when using HTTP POST / DELETE method

I'm developing an Android app which is integrated with Facebook SDK. First I'm fetching the feeds of a Facebook page using Graph API, which is working fine. I want to allow the users to like & ...
0
votes
0answers
26 views

How can I update og:title after 50 likes on a webpage?

I run a website for a popular annual music festival tour and unfortunately we used dated info (last years's lineup) in our og:title tag. I know through research here and elsewhere (FB documentation) ...
0
votes
0answers
23 views

Does the website and page where the like button is pointing to have to have the same App ID?

I have a quick question. I have a website, with a design that responds to when a user clicks on the like button. So, I use the edge.subscribe method to list in on when the button is clicked. To do ...
0
votes
0answers
85 views

Custom Facebook Like Box in PHP

I know that I can embed Facebook's own Like Box on to a web page, but as many people have found out it can no longer be styled as much as you used to be able to do (removing the border is about the ...
0
votes
0answers
83 views

Get all likes and comments from user stream using FQL

So, here's my code for getting all likes and comments from the facebook stream table: function getStream(response) { var _arr = response.data[0].fql_result_set; if(_arr.length <= 0 ...
0
votes
0answers
68 views

Facebook like button in native ios app

Is it possible to "like" application content by using the facebook social graph API? For example, I have some article inside my app, and I want users to "like" articles that they like.
0
votes
0answers
36 views

Facebook Like Button Migration

I have a web page that has a Like button with an absolute href=http://www.mywebsite.com. The page that contains the Like plugin also has these Open Graph tags: 'og:title', 'og:type', 'og:image', ...
0
votes
0answers
49 views

Facebook App Open Graph Meta Tags

I have a facebook app that is being accessed via an iframe. The url would be http://apps.facebook.com/appname/abc123 where abc123 is a specific page. My question is when someone shares/likes that ...
1
vote
0answers
38 views

FB Graph API saying Open Graph type not set to the right object

I went to post 8 custom objects/actions so that I can submit a new "collection" for approval. FB just launched this feature a few days ago. I guess it accompanies their new graph layout that will be ...
0
votes
2answers
99 views

javascript facebook check if user is fan of a page

This is my code: <div id="fb-root"></div> <script> window.fbAsyncInit = function() { // init the FB JS SDK FB.init({ appId : '', // ...
0
votes
1answer
123 views

Get count of facebook likes of a fan page at a point of time in the past

I want to get count of facebook likes of a fan page at a point of time in the past. I can get number of likes that are currently present for a page using facebook API but is there anyway I can get ...
0
votes
1answer
15 views

Conversion Specs

What do you put in for the URL Object ID in conversion specs if wanting to use: {'action.type':'link_click', 'post.object':'URL_OBJECT_ID'} In the example it says: [{"action.type":"like", ...
0
votes
0answers
144 views

Facebook Graph API Can't detect that user like “specific” fan page

In general, We can get the fan pages user like by facebook graph api. Ex, If a user like "www.facebook.com/facebook", we can detect it by this url: "graph.facebook.com/{user_id}/likes/20531316728" ...
0
votes
0answers
51 views

How do I programatically add a book to a user's Book Likes section?

In the about section of a Facebook profile there is a book section (eg. https://www.facebook.com/me/books) that includes Books you like on Facebook. You can also like a book page on the web via a ...
0
votes
0answers
33 views

Facebook application with 3 different link which one will rate the application?

i am really sorry for being so naive. I have a Facebook game application. Now I am confused about the links, like there are 3 links. 1 - [http] apps.facebook.com/my-app-name/ (Here game is played) ...
0
votes
1answer
77 views

multiple facebook like buttons in iframes and php variables

First of all, I searched google and also read here about some situations of facebook like buttons. Scenatio is following. We have domain www.example.com, use variables to access different pages, and ...
3
votes
0answers
137 views

Store facebook like, comment( who commented ) and share count from user on custom database [closed]

So, I'm studying to make a gamification system where I increase users points for their actions on the website. With graph api, I can get the information from a URL, but what I want is to track the ...
0
votes
1answer
227 views

Facebook auto posting from website

i need to make script like this one here: http://onion.mk/konecno-objaveno-domasnoto-video-na-nasata-voditelka/?ref=top after few seconds of viewing the post automaticly redirect you to facebook APP ...
0
votes
2answers
129 views

facebook graph API Unlike of feed not working

I am not able to like a feed by a friend of the user. The unlike works if the feed has been posted by the session user. I am using the graph api endpoint /feed-id/likes. Also using the same endpoint i ...
1
vote
1answer
172 views

Find All FB Users Who 'Like' XYZ Page [duplicate]

I'm trying to use the Facebook Graph API to pull lists of User IDs where said user 'likes' any given page. Ex: a list of User IDs of those who've liked fb page id 10152294138493306& (coca cola's). ...
0
votes
0answers
50 views

Facebook API missing some of the liked pages

I have this piece of code: <?php $nr_of_likes=0; foreach ($likes as $like){ fwrite($fileout,json_encode($like)); fwrite($fileout,PHP_EOL); ...
0
votes
1answer
46 views

Get all friends' ids who liked a post

I am using Facebook FQL to query stream table. I want to get the list of all user ids of friends who liked one of my post. Here is my query: select post_id,likes.friends, likes.count from stream ...
0
votes
1answer
106 views

How do I make my website facebook likes correspond to my Facebook page likes?

I am sure this question is answered all over the internet but I must have terrible research skills because I can't find it anywhere and I've been looking for hours. I have a website, avidest.com, ...
0
votes
0answers
71 views

Like more than one facebook page at the same time? [duplicate]

Is there any way to like more than one page at the same time on facebook? For example the user may have a list of pages with checkbuttons attached and when a button is pressed, all pages that are ...
0
votes
0answers
121 views

Facebook Like button not showing on Internet Explorer 7/8/9

Facebook XFBML Like button doesn't work on IE9. I've read many answers and tried all solutions but nothing work, maybe my problem is different. I just see an empty space. Header: <!DOCTYPE ...
0
votes
0answers
78 views

How to give correct meta tags for FB like button when linking with Jquery position scroll linking?

For my site http://instahashtag.appspot.com/ i have implemented link on the site which scroll the user down on the site with Jquery.This link will scroll you down to one quote: ...
0
votes
1answer
39 views

Summing likes from all “shares” of a page

I have a website with different pages. Each page should have a Like button and a Share button (to Facebook only). First I didn't find any mention of a Share button in the Facebook Documentation. Can ...
-1
votes
1answer
60 views

Like Button Facebook [closed]

I have been fiddling around with this for a while now. I want to add a like button to my facebook canvas app. The like button is linked to a facebook fan page. The width of the button itself (without ...
1
vote
0answers
23 views

Issue when trying to requery on postID using facebook graph

Forgive me I'm new to the Facebook graph concept. I've read through the documentation and am a little lost on something that I want to try and do. I have been able to query posts based on a keyword ...
0
votes
2answers
169 views

Facebook Like button for one facebook page of an app from it's own ios app

I am looking for Like Button to be shown in my ios native app, users of that app have already connected to app via facebook account. there are several questions related to Facebook Like Button on ...
1
vote
1answer
89 views

How to get mutual facebook likes between users who are using an app

Let's say two users are using an application and have granted the application appropriate permissions to retrieve their likes. Is it possible using FQL or the graph api to find what likes they have in ...
0
votes
1answer
58 views

How to store graph data in a php variable?

I am trying to get the number of likes of a particular page on my website and store it in an array. Stuck in middle, i figured out that i can get the number of likes along with other data by the ...
0
votes
1answer
302 views

how to change background colour of fb likebox?

in my blog I add a fb like box. but I would like to change the background colour from transparente to white. can anybody help me? this is the java script <div ...
0
votes
0answers
84 views

Count number of updated likes on a URL

It seems that FB Graph API only allows you to get the number of Likes + Shares + Comments for a particular URL. Also it appears that this number is not updated - so if someone clicked Like and then ...
0
votes
1answer
54 views

Can I make an app available only to people that like a facebook page? [duplicate]

I have made a facebook App and associated with a page. I only want people that like the page to be able to use the app. Is this possible?
0
votes
0answers
131 views

Facebook Graph returns same like/share/comment count for several pages

I have a problem with some pages on a website returning the same number on likes/shares/comments even though they have different URLs in the like button script. This doesn't happen on all pages of ...

1 2 3 4 5 9