Skip to main content

All Questions

0 votes
0 answers
324 views

how to get sender id from fb page api

hi guys im doing fb chatbot and how to get client's profile id by fb api, https://www.facebook.com/profile.php?id= { 100001533612613 } its events from request but sender id is not actually user ...
hope i'll find solution's user avatar
0 votes
1 answer
160 views

Get Facebook's api to generate thumbnails

When I paste a URL on Facebook to create a new post, facebook automatically reads the open graph data on that address and generates a thumbnail with a picture, title and description. I am trying to do ...
Adinan's user avatar
  • 135
0 votes
2 answers
83 views

Facebook API - getting events from restricted pages

I want to make an events calendar using Facebook API. I have an array with page URLs I want to scan and take its events. The problem is, I am using an App Access Token and I can't obtain events from ...
Łukasz Matusik's user avatar
0 votes
0 answers
219 views

searching for facebook pages with fb open graph API using keyword and defined country

I'm trying to search for list of pages for keyword 'clinic' I need all pages to be from specific country currently, I'm using this: search?q=clinic&type=page&fields=id,name,location{country} ...
Bassem Shahin's user avatar
-1 votes
1 answer
57 views

Change font size by Facebook likes

Im trying to create a HTML that is live updating while input from the Facebook data. Is there a way to connect your font sizes (H1 etc.) to the Facebook likes. The more likes they have, the bigger the ...
Ken T's user avatar
  • 1
0 votes
1 answer
2k views

Facebook Total likes count from URL

The idea is a contest in which participants publish your photo on my site and using the "FB Likes" button to receive votes. I want to get the "FB Likes" by the publication URL on my site, but no ...
MWDS's user avatar
  • 1
-1 votes
1 answer
88 views

Facebook Open Graph Markup not working

I am using Facebook Open Graph Markup on this page: http://www.muktbharat.com/index.php/article/display/hritik_leaves_movie/11093 But when I share this page on Facebook the Facebook is not able to ...
Future King's user avatar
  • 3,839
0 votes
1 answer
674 views

facebook - Get article likes, shares and comments without FQL

Is it possible to get like-, share- and comment counts for an article (or other open graph object) without using FQL? I'm aware that API v2.1 introduced the URL node which includes two fields called '...
hangrynorwegian's user avatar
1 vote
1 answer
74 views

How do I find Facebook information about a company by using their domain address?

I am writing a program in PHP that requests a domain name from the user, and from this the user will be displayed with social networking information (likes, shares, comments etc) about the domain. I ...
Tommy Jinks's user avatar
0 votes
1 answer
49 views

What happens to our existing Apps after the release of v2.0 of Facebook's API?

Facebook has launched their new app API recently, what happens to all the apps developed before that? We noticed one of our App stopped working, was this caused by Facebook changing their API? thanks
Terence Fleamingo's user avatar
1 vote
0 answers
91 views

Facebook application connection doesn't work

I have a problem with my logging into my Facebook application. When I click "login" I get redirected to Facebook to accept the permissions then Facebook redirects me back. But it doesn't change ...
Slaffe's user avatar
  • 47
1 vote
0 answers
515 views

Facebook SDK Graph API: create course object

I want to create a fitness.course object with OpenGraph API for later use in a fitness.runs action. When trying to create one using the code example from Facebook Open Graph reference page, I get ...
user3166380's user avatar
2 votes
1 answer
2k views

Facebook Open Graph search for businesses within category and city

Is it possible to search for businesses within a city and under a certain category? For example https://www.facebook.com/search/114952118516947/places-in/180410821995109/places/intersect will show ...
David Maksimov's user avatar
0 votes
1 answer
106 views

New way to programmatically get comments for opengraph actions?

Previously, I could use code like this (with the javascript api): if (OGActionObject.comments.count > 0) { // access comment data inside OGActionObject.comments.data ... } But ...
BenjiFB's user avatar
  • 4,611
12 votes
2 answers
6k views

Facebook Javascript SDK open-graph: error adding custom objects for custom stories

I've created a custom object, called 'Opinion' to build custom stories around it. I'm trying to add some app-owned objects from my website using the javascript sdk. The sample code facebook gives me ...
apelliciari's user avatar
  • 8,391

15 30 50 per page