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.

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
3answers
25 views

(PHP) Posting a Photo to my Facebook Wall (working) But posts to the User Feed

Ok, this all works fine... EXCEPT, the photo posts to the User Feed, instead of posting as the page admin... (it posts from my personal Facebook account, instead of as the page) Searched all over for ...
0
votes
1answer
57 views

Posting a photo on user's facebook wall

Below is my code and I integrated the facebook in my app. I am trying to make the user to be able to post an image on his wall after logging in. But I have been failing to make it for three days. Have ...
-3
votes
1answer
22 views

Image posting on facebook page [closed]

How can I track that whether a facebook logged in user user has facebook pages or not by using facebook api , also how can I post an image to that facebook page from my custom site using facebook api ...
0
votes
0answers
27 views

How to Post a message to a freinds wall

Hi I am trying to POST a message to a friends wall using Social Auth Java API, below is the following request i issue to post a link. https://graph.facebook.com/suman/feed? ...
0
votes
0answers
68 views

Posting multiple Swf to facebook wall disables the thumbnail and displays only link

I have a facebook application that allows users to post a Youtube like flash video player on their friend's wall on facebook. I am using the Facebook.ui feed dialog with the parameters as specified ...
1
vote
0answers
83 views

open graph tags are not rendering when sharing a video

We are using koala gem for sharing posts on fan page in Ruby on Rails. We are running a video site and we share video page using Open graph tag on fan page wall. Sometime all meta-tags renders and ...
0
votes
0answers
21 views

What is a Good Testing Scenario for a Website App Posting to Company Pages

I'm having a website app that posts news from a CMS to clients Facebook Company Pages. This app requires continual maintenance. I need to make sure it works, but I don't want to test it live on a ...
0
votes
1answer
99 views

Links posted on Facebook page do not show up

I am working on a small module which needs to automatically post links on a Facebook page. I have done the following setup: Created a Facebook page (the one who will display the links) Created a ...
0
votes
1answer
514 views

Posting to friends wall with dialog feed? (fb feb 6th '13 changes)

I'm using PHP SDK to create a post to a friends wall, before the feb 6th changes, I just used the graph api and /[friend id]/feed/ with post and parameters. I'm not sure exactly how to use the dialog ...
0
votes
0answers
36 views

Can a Facebook App specifically NOT request permission to post on the user's behalf?

Building for the web using Facebook's javascript API. On user login, is it possible to request a set of permissions such that the "Who can see posts this app makes for you on your Facebook timeline" ...
0
votes
1answer
675 views

Send customized messages to all Facebook friends

Like the video we made in 2010, we are again doing this year a Happy New Year video that contains the name of all our Facebook and non-Facebook friends. In 2010 we had a custom application that used ...
1
vote
0answers
43 views

Android application in tablets or phones wants to post message generated by user to user wall

I am developing an Android application to run on Android tablets and phones. I want to add a feature for the user to post to his wall text selected from my application. I can do that now. However, ...
0
votes
1answer
126 views

Android Facebook SDK caption with urls not posted in FB wall

I can successfully post an image to FB using the following code byte[] data = null; ByteArrayOutputStream baos = new ByteArrayOutputStream(); photo.compress(Bitmap.CompressFormat.JPEG, 100, ...
2
votes
1answer
185 views

Facebook app stopped posting updates to the wall

Since Thursday our Facebook App has stopped posting updates to our page without any changes from our side.The error we got is "OAuthException: (#200) User does not have sufficient administrative ...
0
votes
0answers
150 views

Self-signed certificate for servers hosting secure Facebook applications

We have a website, for which we have Self Signed Certificate available. We are posting our customized flash player to FB easily where secure browsing for FB is disabled by the end user. We need to ...
2
votes
1answer
810 views

Post to friends wall with IOS SDK 3.0

I am able to post images on users wall with the following :- if (appDelegate.session.isOpen) { FBSession.activeSession = appDelegate.session; [FBRequestConnection ...
3
votes
1answer
271 views

ASP Classic: twitter and facebook autoposting without signing in

In work I got a task (we MUST work with ASP Classic by the way): when user posts a blog, a link to that blog should be posted automatically on user's facebook timeline and in his twitter. I made ...
0
votes
0answers
55 views

Posting photo on user wall in Facebook in Internet Explorer

I have specific problem. My facebook app post photo on user wall. Everything in browsers like Chrome, Opera, Firefox is ok, but in Internet Explorer it is do not work. This is part of my code: $nazwa ...
0
votes
0answers
139 views

Flowplayer won't work on Facebook

I tried and searched for weeks now, maybe you know how to solve this problem. We used JW Player and switched to Flowplayer 2 Months ago. With JW all worked fine. No we do use the Flowplayer in our ...
12
votes
3answers
11k views

How to Post to Facebook on iOS 6 in Objective-C using ACAccountStore class

I want to know how to post a status message to Facebook on iOS 6 using the new frameworks on Xcode 4.5. Thanks! :)
0
votes
1answer
200 views

Comment through Facebook Plugins are posting on my website, but not on the Facebook page

I am trying to add a Facebook comments box on my webpage. I have tried several different plugins and they all have the same problem: When I try to comment on the facebook page in question through ...
0
votes
1answer
62 views

Facebook application - posting photo

in my application it posts photo created, to user's "photos". But presenlty whenever user uses application it creates photo and can be posted on photo album. is it ok? or i should delete old photo ...
1
vote
1answer
174 views

Facebook Javascript SDK: Error validating access token when posting to feed

I'm trying to implement posting to a user's feed from my website. I am using the Javascript SDK and have managed to get myself logged in, and granted both publish_stream and publish_actions ...
0
votes
0answers
184 views

Posting image to wall album using graph api - image never shows up and no error messages either

I am using this code to post an image to a user's wall album and even though I don't get any errors the photo never shows up in the album: $uploadfile = ...
2
votes
3answers
1k views

Posting to a user's wall using PHP

O.K. this has been keeping me busy for 2 days now and I'm banging my brains out now. I've posted it on forums, asked friends, googled it extensively and looked on stackoverflow. I'm not the first to ...
1
vote
0answers
138 views

FB comments merged with my website´s comments

At the moment my website has its own comments in articles. I decided to merge it with FB comments but of course I don´t want to lose my old comments. Is there a way to merge my old comments with ...
0
votes
2answers
292 views

how to post to wall after logging in to FB

i will like to know how to post to my own wall with a string @"123456789" after logging in to FB with this facebook = [[Facebook alloc] initWithAppId:kAppId andDelegate:self]; // Check and ...
0
votes
1answer
153 views

Android app facebook integration failure

I have a problem with my app and I don't know if the problem is obvious. I have managed to post things to my facebook wall using the app I have created for Android. But when I distribute this app to ...
2
votes
2answers
418 views

Posting to /PROFILE_ID/links only accepts link and message parameters

According to the documentation the links endpoint takes picture, name, and description as parameters. From https://developers.facebook.com/docs/reference/api/ under the Publishing section Method ...
0
votes
0answers
260 views

Facebook Posting Limits

I currently have an application that our users will be using to post to their own wall (we are using the app rather than the share dialog as we need some fine control over rewarding on successful post ...
2
votes
1answer
696 views

Posting app-generated comments on Facebook page using Java

I'm trying to post comments on an app page in Facebook. My application is written in java using spring MVC. The functionality i like to implement is whenever i post some text on my page from my ...
0
votes
1answer
248 views

show content of iframe tab/app when post link

I'f made a Facebook tab/app and published it on my facebook-page. Now if I post the link to the tab/app (e.g. https://www.facebook.com/MY-FACEBBOK-NAME?sk=APP-ID) it loads only my profile-image. Is ...
1
vote
1answer
2k views

can facebook open graph objects be created dynamically?

I am developing a facebook application. I have a custom object created in the open graph, below listed are few of my concerns Do every object instances under a specific object type require a unique ...
1
vote
1answer
662 views

Shown on timeline not default selection

I am following the instructions posted on here: https://developers.facebook.com/docs/opengraph/tutorial/#define It adds the item to my timeline, but I can only view it by going to Activity Log, once ...
0
votes
1answer
1k views

Posting to Facebook specific friend list using Facebook android SDK

I am successfully posting to Facebook wall, but I want that user can choose whether they want to post it to some specific friend list e.g. Acquaintances, Family etc My code is giving this error : ...
0
votes
1answer
27 views

How do I post a like button to another social media website?

I do not own my own website, but I wish to be able to add a like button that links to a page that I own on other websites. How can this be possible?
1
vote
1answer
120 views

Disable some posting options in Facebook Sharer

I wish to limit the posting options available in the Facebook sharer (www.facebook.com/sharer/sharer.php) so that users can't share on a friend's wall or in a group. I do not wish to use the Send ...
1
vote
2answers
337 views

Allow a website to post to somebodies facebook wall

I made a photography website for a friend and theyve asked me if its possible to add a button on each photo saying "share on facebook" so it posts on there wall saying something like "Check out this ...
0
votes
2answers
816 views

How to use Facebook Application to write a notification to Users

i'm developing an application for a university exam, using Appengine and Gwt (Google products) and i'd like to implement Facebook this way: - give the ability to a FB user to login to the application ...
0
votes
1answer
496 views

Open Graph Publishing

I'll try my best not to make this too long winded. Basically, with Open Graph, if a user 'likes' a web page (in my example, a blog), you can set it up so that when a new post is added, an entry is ...
1
vote
2answers
232 views

Is Facebook now requiring an image when providing a link to a status update?

I've received the following error twice today when trying to post a status update via the graph API. This is also the first time it shows up. (#100) img objects must have valid 'src' and 'href' The ...
0
votes
1answer
833 views

Posting an image with on facebook using flex

I trying to post an image along with the link on facebook.I am able to login get the user details but I am not able to post the image and the link.Following is the code I used <s:Application ...
-1
votes
1answer
1k views

Posting a picture from a Facebook app [closed]

I am writing a little Facebook application and I would like to publish a picture and a link when the user selects a certain option. Its been hard to find good resources about specific API calls like ...
0
votes
1answer
713 views

How to make FBML comment box post to my website FB page not my personal page?

I am attempting to use an FBML comment box on my website so that it will post comments to my FB page associated with my website and not my personal FB page. Any suggestions on how to make this happen ...
1
vote
1answer
334 views

Post Privately to Facebook Application Wall Page

When you publish a post to your application's wall, is it possible to set the privacy of it? As per the "privacy" option mentioned here: http://developers.facebook.com/docs/reference/api/post/ ...
0
votes
4answers
1k views

issues using facebook iphone api to post image and text

I have been trying to use the facebook iphone api to publish an image and some text from my app (i.e. using FBRequest call:@"facebook.stream.publish" with the appropriate params. I've found that the ...