Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

POST is one of the HTTP protocol methods; it is used when the client needs to send data to the server, such as when uploading a file, or submitting a completed form.

learn more… | top users | synonyms

0
votes
0answers
5 views

like button - post to facebook button doesn´t work

I´ve implemented the LIKE BUTTON on my webpage using the XFBML version of the button. I´ve added the javascript SDK right after the tag with the right ID, and channel attributes. I´ve also inserted ...
0
votes
0answers
9 views

Android - Facebook API : post image

I'm building an app that allows Facebook users to create new events. I noticed that I can't create an event and add an image to it in a unique Graph API call. So I make another call to post the image: ...
0
votes
0answers
13 views

Is there possible to add space break in facebook post

As the topic, is there any option to add space brake in facebook post, such as:   (this is not working) or something else?
1
vote
1answer
24 views

Facebook: message posted with PHP SDK not sent to twitter

I an facing an issue with the Facebook SDK POST action when posting a very basic message on my page which is linked to my Twitter account. I have tried to solve the issue by myself using Google and ...
0
votes
0answers
12 views

Facebook:How to get friends posts with locations using graph api?

Im looking for a way to get checkins (which due to the new braking changes have been replaced with posting with a location). I attempted to use the search chekins method but it gives me only checkins ...
1
vote
1answer
34 views

Facebook: message posted with PHP SDK not visible to OTHER users

I an facing an issue with the Facebook SDK POST action when posting a very basic message on my page. I have tried to solve the issue by myself using Google and StackOverflow, but I didn't manage to ...
0
votes
0answers
9 views

How to add articles posted on website to facebook wall (non-wordpress)

I am not exactly sure why it is so hard to find just a basic explanation of how this facebook integration works. I am not new to PHP or programming, but I am new to implementing facebook into ...
1
vote
0answers
26 views

Posting on facebook user wall a custom field

Using facebook graph API and user access token(and cURL), I am posting message, photos to the user wall. Can anybody guide me, I want to post a photo, its description and along with this RATING(custom ...
0
votes
1answer
36 views

How to Upload a Photo to a Facebook Page's Timeline as the Facebook Page itself, Not to the user feed

OK so the cod below basically works fine, WHEN this line is like this: $post_url = '/'.$userPageId.'/feed'; This successfully posts to the Facebook Page Timeline. But I want to upload a photo, and ...
-3
votes
0answers
11 views

Only very few people can see my facebook updates !! [closed]

I have about 16,000+ followers (Real) and 4,900+ friends (Real) but the amount of people who sees my updates are getting lower nowadays .. About 2 months ago , when ever i post a picture of mine , i ...
0
votes
0answers
30 views

facebook Stream Post URL Security Migration

can someone explain me about this migration? https://developers.facebook.com/roadmap/secure_stream_urls_migration/ all links in stream posts must go to the app's Canvas or Website URL. app's ...
0
votes
0answers
32 views

Posting a plain text on friend's wall not working from my app

I am using graph API in my app for communicating to Facebook server. For posting plain text, I am using post request with "userId/feed" API. I am getting "Success" acknowledgement from the server, but ...
-2
votes
1answer
37 views

What Permission to set for a Facebook app to Post PUBLICLY [closed]

I spent lengthy hours looking for answers but to no avail. What facebook android SDK PERMISSION to use for the app to request to the user to post PUBLICLY (NOT to friends but publicly) on the user's ...
0
votes
0answers
21 views

Facebook API - Post in all groups that I participate

I am a member of several research groups. Every week we publish an article on my website technology. What do I delay too is having to publish my post in all these groups. I would like to make an ...
0
votes
1answer
67 views

Android Facebook API: POST event with picture

In my app I allow users to post Facebook events . I also want to attach a picture of the event in the POST request i made, but i don't know how to do it. I read the documentation ...
-1
votes
1answer
58 views

Post to Facebook Page from RSS feed PHP code

I am searching for about 2-3 days for a PHP code that post from my RSS feed new entries to Facebook Page. My website is not WordPress that's why i am looking for something custom. Does anyone here ...
0
votes
0answers
13 views

Facebook form submission - intial POST request

I am trying to include a form in my facebook app. The form works just fine as standalone php page - but the intial facebook POST request submits the (empty) form when the app loads. GET works but the ...
0
votes
1answer
84 views

Post on friend wall using iOS SDK 3.5 and native post dialog

I would like to post on friend wall using the native post dialog and the latest 3.5 iOS SDK. It seems like Facebook simply didn't supply any method to handle this thing. I am looking at this method ...
0
votes
0answers
10 views

Post method is not showing the picture

Using the "Post" method (https://developers.facebook.com/docs/reference/api/post/) from my android and IOS applications, I pass the following fields: link, name, picture and caption. Doing this with ...
0
votes
1answer
69 views

Add a like button for a single facebook page timeline post on an external website

I'm trying to implement a Facebook page timeline in a website with the open graph API from Facebook: https://graph.facebook.com/{PAGEID}/posts?access_token={accessToken}&limit=5 This gives my a ...
-2
votes
0answers
15 views

how do I recover a previous post that used to be on my facebook timeline? [closed]

I deleted a facebook post at the insistance of my mother that I now need to take to court for a family law issue. How do I recover it?
1
vote
0answers
19 views

Update and post status on facebook page through my website

I have a website and wants to auto update and post status on my facebook page whenever there is update on my website. what plugin or how can i do it ? For now, there is only the like button.
0
votes
0answers
16 views

facebook post on fan page issues

since a couple of day i cannot post on facebook pages anymore. Here is the code : `my $url='https://graph.facebook.com/'.$this->{'page_id'}.'/feed'; my $ua = LWP::UserAgent->new; my $request ...
0
votes
1answer
54 views

Facebook Graph API: Attend to event always returns responseCode: 200, false

I'm trying to Attend a facebook user to an event, with Request.executePostRequestAsync(...) but the server always returns with the following: {Response: responseCode: 200, graphObject: ...
-2
votes
0answers
28 views

Post a webpage into facebook wall [closed]

Here's my issue: I want to be able to post a image from a website (html/css/js) into a facebook wall and this post will be open in the same way that we open a video. I mean you've got an thumbnail ...
0
votes
0answers
27 views

facebook page api post do not show in unauthorized status

I've posted message on my facebook page using php method described here: http://jorgealbaladejo.com/2011/06/13/publish-to-facebook-page-or-applications-wall-with-php/ and I see my post on mine page ...
0
votes
1answer
49 views

Uploading multiple binary items as part of a batch call on iOS

I'm trying to make post with more than a photo in Fb using batch request but I keep getting timeout errors from Fb server... This is my code .. UIImage *imgFile1 = [UIImage imageNamed:@"iTGps.png"]; ...
6
votes
1answer
183 views

Login to facebook with Indy

I would like to login to my facebook account with Indy. The version is 9.00.10 and I use OpenSSL with TIDHTTP and assigned a cookie manager to it. Everything works fine (I can send a POST request a ...
-1
votes
0answers
79 views

Thumbnail picture missing on facebook share/post

I used facebook share/post on my website before, and it worked perfectly, but since some days if i want to share something, it doesn't show the thumbnail image. Usually facebook share gets an image ...
0
votes
4answers
72 views

PHP $POST If statement [closed]

Okay, so the issue i am having is that i have a simple textarea that should sent what is entered to another page, it should say 'Thanks' when submitted, and should prompt for entry if nothing is ...
0
votes
2answers
46 views

Create a post on the wall from the app with additional parameters (“to” and “status_type”)

Exploring wall posts with graph explorer I've mentioned that there are some posts, which have "to" field and their status_type is app_created_story. As I understand this is a way to post on friends ...
1
vote
1answer
56 views

perl - Facebook Graph - Post to Fanpage

this is not giving me any errors but yet it is not posting to my fanpage wall. would love some help in this! trying to figure this out on my own has been a roller coaster. tested with the correct ...
1
vote
1answer
50 views

Last Script for Like Button is not Posting in the Wall

I'm using the lastest script in facebook developers page but when the like button is clicked, the article is not being posted on the facebook wall. The web page with the issue is ...
0
votes
0answers
34 views

Post Image Link, Description and Title using Facebook SDK

I'm using Facebook SDK to make Posts on my Wall and everything works fine if I post just Messages, but i want to Post Image Links, Descriptions and Titles. I´ve tried to made some minor ajustments on ...
-2
votes
0answers
48 views

Post on user's friend wall using PHP Graph API

I have used the following code for Facebook Friends wall post and it worked exactly before a month but now its not posting on friends wall. Could someone advise to resolve this issue $attachment = ...
0
votes
1answer
45 views

Post wordpress post on facebook using SDK

I want to post wordpress post on facebook. I have used javascript SDK of facebook and used save_post hook to get the title and content of post. But, the problem is the save_post is in php and I have ...
-9
votes
0answers
51 views

Gameloft developer: FB posts do not work on Asphalt 7 [closed]

I'm developer from Gameloft. FB posts stopped working on Asphalt 7 IOS application. Next link is used and it stopped working. Could you fix it your side? Thanks, Oleg
0
votes
1answer
21 views

Facebook API returns the post ID but the post is not showing up on Facebook

I am posting via API. The app returns the post id but when I do https://www.facebook.com/post-id-here facebook returns a page not found page. "Sorry, this page isn't available" Why is that?
0
votes
1answer
15 views

OpenGraph throwing error on valid og meta tags

I am receiving this error in our logs which would seem to indicate that we have set an og type to 'website'. Object error: Object code: 3502 message: "(#3502) Object at URL (see link below) has ...
0
votes
0answers
43 views

Facebook Graph API - post comment as user

I want to send comments to wall posts of a fanpage. $facebook->api('/post_id/comments', 'POST', array('access_token' => $auth['access_token'], 'message' => 'my message')); This is working, ...
0
votes
0answers
21 views

Post on Someone's page after permissions to an App if given

Hi I'm looking for a way to post on multiple facebook pages after authorised by the users. I would like to be able to post in the name of the app, on a list of pages (without having admin rights) with ...
1
vote
0answers
19 views

Cannot post link to fb via app

If I post a link, it shows up ad posted by me as user. If I post a message, it shows up as posted by the page itself. Why is that? I need the link to show up as posted by the page, not me. The page is ...
0
votes
1answer
21 views

Is it possible to post on other user wall from my account using facebook api's

I have a requirement where i need to post to my webapp user's fb wall from my webapp fb account(After asking user permission). I have seen other examples where webapp post to the user's wall on behalf ...
1
vote
1answer
42 views

How can I run a web based script (php) when someone posts a message to my facebook wall

This might require using the Facebook API and that's fine. But I am hoping to run a script (PHP) when someone posts a message to my Facebook wall. I want to capture those posts (the messages, and ...
0
votes
1answer
87 views

Post to other users wall from facebook api

I am creating a site that allow users to sell items, login is based on the facebook API. When an ad is created it needs to be approved, so it is not visible at the time of creation. I have a field ...
0
votes
0answers
46 views

Get all Facebook Statuses

I am trying to come up with an app that's something like Archivebook where I can get all statuses a user posted. So far I have this code, but it's limited to 100. $status = ...
0
votes
1answer
53 views

Possible to stop redirect after submitting POST request to Facebook graph?

Quick background: I've created a basic Facebook app so users can "like" a post from a website outside of Facebook. Users authenticate, are redirected with their access_token which is gathered by some ...
0
votes
0answers
113 views

PHP Script post as page… fans can't see comments?

I have this script, which post as a page. It works all fine and dandy, but apparently I'm (the page administrator) the only one who's able to see the posts! I see them posted as the Page I'm ...
0
votes
0answers
12 views

posting to wall using SwitchUserSample

I have been working with the SwitchUserSample for iOS because I want my app to work with multiple users. I have this working and I am able to post to wall sometimes, but then sometimes it fails and I ...
0
votes
1answer
117 views

Facebook Wall Post Picture relative URL PhoneGap

I would like to post to facebook wall with a local picture in a Phone Gap Project. Here is the code. function postToFeed() { // calling the API ... var obj = { method: 'feed', ...

1 2 3 4 5 12