Skip to main content

All Questions

1 vote
0 answers
219 views

"Sender action failed" When reacting to facebook message

I am using facebook api to react messages in messenger. This is the api POST request I am using https://graph.facebook.com/v15.0/<PAGE-ID>/messages?recipient={id:<Pariticipant_ID>}&...
Yasantha Mihiran's user avatar
0 votes
0 answers
19 views

Facebook API stops working after reload [duplicate]

I have the basic FB.init code for the Facebook API first thing in the body. <script type='text/javascript'> window.fbAsyncInit = function() { FB.init({ appId : '175503852952133', ...
Alexander Dimitrov's user avatar
-1 votes
1 answer
70 views

How frequent can I use Facebook-Graph-API calls without getting banned?

I am retrieving webpage facebook likes against URL using http://graph.facebook.com/?id=https://www.example.com I want to know that is the limit for using these request e.g. "xxx" urls in "xx" seconds?...
Ahmad Ali's user avatar
0 votes
1 answer
35 views

Facebook page owners access to information

Does Facebook provide page owners with information about people who like the page? By information I mean their friends list, DOB, work, etc. Is there at all a way the page owner can access that ...
raul's user avatar
  • 1,249
0 votes
1 answer
81 views

Facebook like button and facebook page not connected?

I created an facebook app and added a like button to my page. I also created a facebook page and it is connected to the facebook app. As it seems, the like button on the external page only likes the ...
jan's user avatar
  • 4,063
0 votes
1 answer
57 views

Facebook API: Retrieving likes results only in {"data":[]}

I'm trying to check if the logged user likes a certain page, but the resulting string is {"data":[]} as in, it retrieved nothing... What's the problem? I can retrieve the user info just fine, but ...
Swordz's user avatar
  • 35
0 votes
1 answer
109 views

How do I get realtime updates for facebook user actions?

Currently I have implemented facebook realtime updates . But here I am getting only user actions related to movie likes, statuses and normal likes. How can i get actions like music.listens, places ...
Niranjan Sagar's user avatar
0 votes
2 answers
266 views

FB Api - like to show content

can someone please help me with fb api? I want to display content when a person clicks on the button I like it. When I click the button like so to me it appears, but when I refresh the page, so I have ...
Ocheretniy Vladyslav's user avatar
1 vote
1 answer
2k views

Facebook like button doesn't show up on website

I used the HTML5 and IFRAME options listed on the developers facebook pages, but it doesn't seem to work at all. The weird thing is that it works on a blank page without any content. Is there ...
Kazin's user avatar
  • 11
0 votes
1 answer
179 views

Facebook API: Get the liked links

I am trying to get information on all links that a user has liked. in the past month. I have obtained the user_likes permission from the user and am trying to use the FB Graph API. I have tried: /{...
raka's user avatar
  • 1
1 vote
2 answers
885 views

Facebook api likes

I need to know if that's possible using the Facebook API? Get everyone that liked my page (Less than 50 people) Get all the pages they liked Query to see if any of the people that liked my page liked ...
user3352263's user avatar
1 vote
1 answer
253 views

Can I fetch more than 100 fans from facebook page?

using the fan.php API I can extract info about max 100 likers (e.g. https://www.facebook.com/plugins/fan.php?connections=100&id=150495894979290) , if I use connection with higher value I get "...
user1709062's user avatar
0 votes
2 answers
2k views

Facebook-like button not working

The Facebook-like button I use in my code is not working. I have done everything that was necessary: placed the JavaScript code below the body tag and the other div tag for it was placed where I ...
user2288958's user avatar
1 vote
0 answers
326 views

Like a Photo with fb.api

I've trying to post a like in a photo on behalf of a user when they click an image on my app, so far I know that I have to ask for publish_stream permission and send a post to the fb.api like this (fb....
Juan Manuel Oropeza's user avatar
0 votes
1 answer
1k views

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

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, ...
Philip7899's user avatar
  • 4,657

15 30 50 per page