Questions tagged [facebook-public-feed-api]

13 questions
15
votes
4 answers

What is Callback URL in Facebook webhook page subscription?

I'm trying to stream the real time public feeds using Facebook Web-hook API. Here I'm trying to set up a page subscription in Web-hook console. There is a field called Callback URL. What is this URL about? I have also tried going through the…
5
votes
1 answer

Facebook Public Feed Api search for Hashtags?

I have a few Questions. Since Facebooks Graph API v2.0 you only get access to the Facebook Public Feed API if you request to gain a access from Facebook. And they only provide it to a few Media Companys. So my first Question: Is it posibly that i…
user6556026
5
votes
2 answers

Facebook public feed API

i'm working on project which mostly is a data-mining from social networks, so far, i've done twitter and it have really nice API, which allows me to pick an endpoint and recieve alredy filltered twits as streaming data. Now i'm working on a…
JagdCrab
  • 635
  • 2
  • 9
  • 22
3
votes
0 answers

Facebook : Graph API Callbacks / Real-time API / Public Feed API

I'm working on a social media project where in I need to follow a few fanpages and listen to all whats happening on that particular page. I for a fact know that there are some data resellers like GNIP & Datasift who can provide me such data. I have…
Pavitar
  • 4,282
  • 10
  • 50
  • 82
1
vote
2 answers

Facebook Graph API "/{page-id}/feed" is not working with App Access Token

We are facing issues with Graph API. The Facebook Graph API "/{page-id}/feed" is not working for all pages with a valid App Access Token. Previously it used to work. We noticed it today the API is throwing error { "error": { "message": "An…
1
vote
0 answers

How can i perform a keyword search for all the public feeds in facebook via FB api?

A Keyword search which helps to give me all the recent feeds. I found the graph api - search https://developers.facebook.com/docs/reference/api/examples/ but i dont know to use them! all i tried was $keyword = $_POST['keyword']; $graph_url =…
0
votes
0 answers

Query public posts / feeds from facebook

I am building an app in which user will enter some words. I need to get data about these words from facebook public feeds / public posts . After getting data, i will display post / feed permanent_uri in my app. i have read out following link but i…
0
votes
0 answers

How to submit request to facebook for approval for Public feed API?

Public Feed API The Public Feed API displays a real-time feed of public posts for a specific word. Only public posts (from Pages and Profiles of those with ‘Follow’ turned on) are available with this API. if anybody has any idea please help
yogendrayaduvanshi
  • 209
  • 1
  • 2
  • 14
-1
votes
1 answer

Public feed Api ,

Want to get Public posts having Specific hashtag and have a specific link, Facebook Search Api for Post is deprecated, Other Way is Found is Public Feed APi My Question is Can we get Public Posts for all Users through Public Feeed Api, if yes then…
-1
votes
1 answer

Publish (Post) On Facebook Without App Name

I want to remove my Facebook application name. See the highlighted part. Is it available to remove the application name if I have all the permissions I need? Application should post on behalf of authorized user (suppose I have all the necessary…
-1
votes
1 answer

Getting all events given a certain filter criteria on Facebook

I'm trying to get events in Facebook that have a certain phrase or description in them. I'd like to not have the results filtered or limited, as the phrase is fairly specific. As an example, the phrase I'm looking for is "UMvC3" (short for Ultimate…
casperOne
  • 73,706
  • 19
  • 184
  • 253
-2
votes
1 answer

Autoposting from fb Page's feed to Messenger

Is it any way to subscribe to any page's feed update (not only pages where you are admin) ? Like on https://manychat.com . So the variant with webhook doesn't appropriate, because you can get feed updates only for administrated pages. In facebook…
-2
votes
1 answer

Get Facebook Public Feed based on UserLocation or Coordinate

With the help of graph API getting Public Facebook feed but it's doesn't show location and place detail, Need to display only those feed which is near by user current location. For Eg, If user is in Atlanta, USA than the user should get only those…