Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey

All Questions

Tagged with
0 votes
0 answers
204 views

Post to Facebook on behalf of my web application users - Laravel

I have created a web application and I would like users to be able to log into their own Facebook account to publish posts on their Facebook profile from my web application. Every time I connect them ...
Arthur's user avatar
  • 1
0 votes
1 answer
598 views

Publish photo with "Send Message" call to action on Facebook Page

I've been trying to do this for an entire week and is driving me nuts. I've an app for restaurants that works through Facebook Messenger bot and to help restaurant owners I'm trying to schedule posts ...
Isaac Osuna's user avatar
0 votes
0 answers
430 views

Can't hide/unhide Facebook comment through Post API

When I try to Hide Comment through Post API, I had received following error. Any solutions to resolve this error? result = fb.Post(url, new { access_token = fanpage.AccessToken, ...
BT-VN's user avatar
  • 1
0 votes
0 answers
23 views

Facebook Post Feed Not Displaying Description [duplicate]

FB.api('/' + pageId + '/feed', 'post', { access_token: pageAccessToken, ...
Alexander Burias's user avatar
3 votes
1 answer
2k views

Create Facebook Posts as Drafts via Graph API

i'm asking here cause i have no more idea. I'm trying to post as a Facebook Page on the Pages Feed. That all works very fine. But now, i need to create Facebook Posts as a Draft. I've read nearly the ...
el Joghurinho's user avatar
1 vote
1 answer
1k views

Get Facebook Post Data (likes, comments, shares)

i searched a lot and still didn't find a good (and simple) way to get likes, shares and comments for my posts in Facebook. Maybe through the Graph API? But I'm not sure how to build the query, anyone ...
Erick Skrobot's user avatar
0 votes
1 answer
751 views

Facebook Public Post Search API

We have been developing on the a software. We were using feature Public Post Search API of Facebook. However Facebook will be deprecated it at April 30, 2015. Do you have the alternative of this ...
user avatar
1 vote
1 answer
805 views

Check if Facebook post was successful from Android application

I'm using this code from the Facebook Android Sdk to post on wall. I would like to have some feedback to know if the post was successfull or not. How to check this ? Any method from RequestAsyncTask ...
andreasperelli's user avatar
0 votes
1 answer
1k views

Retrieve a post by id with RestFB API

I'm using http://restfb.com/ I have the id of a post and i want to retrieve it, but i can't find how! I search on the documentation of the website and also on google but seems that no one has this ...
user3452232's user avatar
2 votes
1 answer
108 views

Latest Facebook post

I'm trying to add a section of my site where my visitors can read all the latest posts from a company's twitter and facebook. Twitter was really easy to implement, but now I am stuck at trying to ...
Chris's user avatar
  • 59k
0 votes
1 answer
872 views

FB.api POST to a group is returning GET 500 (Internal Server Error)

I know this must be a simple thing, but for the life of me I cannot find an answer by examining my code nor using Google to get help with possible causes! Here is a picture of my table: (picture ...
James Wilmoth's user avatar
0 votes
1 answer
421 views

Facebook api - very slow posting by php

On my site users can share theirs reflinks by button. Problem is very slow posting on facebook. My code is following: if (isset($_GET['error_reason']) && $_GET['error_reason'] == 'user_denied'...
andrzej1_1's user avatar
  • 1,203
1 vote
0 answers
2k views

Facebook api - posting to feed with large image

I've got my app posting to feeds fine with the following code $post_url = '/'.$pageid.'/feed'; $msg_body = array( 'access_token' => $access_token, 'message' => $message, 'picture'...
yelooo's user avatar
  • 73
1 vote
1 answer
971 views

APIs for posting reviews on Facebook and Google+ business pages

Is there a way to get as well as post reviews from a website to Google + business page and Facebook business page? What i mean is that if i have ratings and reviews present on my website, are there ...
Lokesh's user avatar
  • 11
0 votes
1 answer
2k views

Facebook API How to get a list of unpublished posts

I'm having a little bit of trouble getting a lists of posts of a page on facebook... I'm using the url to get the posts of the page string.Format("{0}/posts, pageid) But I cant take the ...
Victor Franchi Zeclhynscki's user avatar

15 30 50 per page