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.

releasing software to users. This may include releasing compiled binaries on a hardware medium, for download, or permitting access to a non-development web service.

learn more… | top users | synonyms

0
votes
0answers
14 views

Publishing Facebook action object with customizable fields values

I have description of "level" object type that contains optional custom integer field "value". And I have an action type "achieve" that operates with custom field "level" of that level type. And of ...
0
votes
0answers
22 views

Can I revoke publish_stream for a specific action?

I would like to revoke publish_stream (which allows timeline, wall, etc postings automatically) for the video.watches action ONLY. I would like to allow the user to revoke this privilege only for ...
4
votes
1answer
4k views

Posting to friends' wall with Graph API via 'feed' connection failing since Feb 6th 2013

My app started failing to post items on friends' feeds. I am getting this error: Facebook request error: The operation couldn’t be completed. (facebookErrDomain error 10000.), details: Error ...
3
votes
0answers
131 views

Open graph publishing returns “internal server error 500”

I want to post a dynamically created action, like in https://developers.facebook.com/docs/tutorials/ios-sdk-tutorial/publish-open-graph-story/: <?php `function curPageURL() {` `$pageURL = ...
0
votes
0answers
27 views

flash application sharing error

i has created an app for our company, which is as promo. frontend is created in Flash, backend in PHP ( facebook-graph-api / facebook-php-sdk ) . everything what this app do is finding how many ...
1
vote
0answers
245 views

Limits of app access tokens

Like many other people on the web I was worrying about the expiration of the 60-day access tokens because my app will do some async publishing and I cannot initiate re-athorization because those jobs ...
0
votes
0answers
50 views

Adding content to Facebook Page from Website using Open Graph/Publishing Actions

I have a website that I add images to. I have the Open Graph set so that when users add content it adds this content to their Facebook page. What I'm looking to do now is (in the background) add the ...
2
votes
0answers
79 views

Problems Publishing Actions with Facebook SDK for PHP

I've added the following code into the "body" section: <?php require "php-sdk/facebook.php"; $facebook = new Facebook(array( 'appId'=>'xxxxxxxxx', 'secret'=>'xxxxxxxxxxxxxxxxx', ...
1
vote
0answers
3k views

flash objects must have the 'source' and 'picture' attributes

This started happening today. Yesterday everything worked just fine and we didn't publish new code since week ago. Go to: ...
0
votes
0answers
287 views

Posting feed after facebook connect with PHP

I'm trying to publish a feed to my users' Facebook wall. I use Facebook Connect for my site. I have generated the link with getLoginUrl() with email, offline_access and publish_stream permissions. My ...
0
votes
2answers
874 views

Get access token without user login

Using the access token provided by Facebook we were doing offline wall publishing by saving the access token in DB when the user logs into our application first. But now the access token gets expired ...
0
votes
2answers
63 views

Not able to post to Facebook pages because of invalidate token

I am getting error while posting to facebook pages "Error invalidating access token: Session does not match current stored session." I havent changed the pwd too. I have deleted the app from my ...
0
votes
1answer
190 views

What happens when a user clicks “Stop Publishing Activity from <appname>” and “Remove <appname>”?

I've noticed on Facebook that posts that have been made from a 3rd party app have the above mentioned menu options when clicking the "Edit or Remove" button in the top right corner of each post on ...
0
votes
2answers
235 views

Facebook authentication needed in my web applicication in order to use Graph API?

I want my web application, which is built with Ruby on Rails, to communicate with the Facebook Social Graph API, but I am aware of that I need some kind of authorization to achieve that. So, do I ...
0
votes
1answer
156 views

Policy query - iframe app posting to multiple (5) friends wall

After some advice. I have a client wishing to have an app which lets them download a voucher to redeem in store but only after they post details of this offer onto 5 friends' walls. My understanding ...
0
votes
1answer
1k views

Permissions for posting links to an open graph page via an administrating app

I have several (hundreds) of pages that exist as nodes in the open graph. All of these pages are administered by a single app. I have no problem whatsoever posting to these pages' feeds ...
0
votes
1answer
60 views

Facebook application is not available to all Facebook users

I have created an application using iframe / Javascript. I developed the whole application , I tested with my and one of my friend's FB user Id. It worked fine. Now when I try from a third person's ...
2
votes
1answer
194 views

Android deploy for release problem

Hello i have a problem when make release apk to upload to market There is a facebook integration in my application, use android facebook sdk. It work great in development time, both simulator and real ...
0
votes
1answer
693 views

How to post on directly users wall in Facebook

I use this to post on users wall, but it shows a blank page, and the post doesn't appear on my wall : $url = "https://graph.facebook.com/user_id/feed"; $ch = curl_init(); $attachment = array( ...
1
vote
1answer
1k views

limit posts to wall on fb app

I have an fb app connected with my website. it will trigger a post to fb user's wall when he completes a search on my site. Is there anyway to have a limit on the number of posts to the wall? say 1 ...
2
votes
2answers
728 views

Publishing to facebook from different websites using one APP ID

I'm building a custom CMS for my clients and i've implemented the Facebook API for posting on Page Walls as admin. All works well but I do have one question. Let's say the FB app name is 'CMS FB APP'. ...
0
votes
2answers
951 views

Publish picture to Facebook from my iphone app

Who can explain step by stem how to publish on the Facebook user account pictures and albums from my iPhone app? I know about FB iPhone sdk, but cannot understand the whole process. 1. Should I ...
0
votes
2answers
3k views

Facebook Graph API - publish Flash Attachment

I am struggling with the new graph api, trying to publis stream with flash attachment. However docs http://developers.facebook.com/docs/api says its only possible to post /PROFILE_ID/feed with ...
0
votes
1answer
610 views

how to set the permission to a user for stream publishing in facebook?

I would like to post the stream from my website to facebook user wall by using facebook API.. I have created the facebook application posted the stream by application admin .. passed the parameter ...
0
votes
1answer
185 views

FB.Connect.streamPublish error?

Does anybody here know if Facebook is deprecating the existing JS api. The pubblishing pop-up just started showing up blank as of yesterday. It was working fine three days ago. I haven't changed my ...