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.
A software development kit (SDK) is a set of development tools that allows for the creation of software for a certain hardware platform, development environment, or software package. A SDK may consist of a combination of APIs, an IDE or other development tools, and frameworks.
0
votes
0answers
8 views
current goals hides facebook ok button during Facebook authorization in a web view
We are using the latest Facebook iOS SDK (3.5) and have the following problem with webview login. Current goals tab hides facebook ok and cancel button so the user is not able to authorize the app.
...
0
votes
0answers
16 views
When disliking to my friends post through graph api showing error
In my application I have functionality which will 'like' and 'dislike' posts from my friend's wall or any public page's wall post.
The 'like' and 'dislike' functionality is working fine for all the ...
1
vote
1answer
22 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 ...
1
vote
1answer
29 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
41 views
Facebook sdk 3.5.1 invite friends request makes double selecting in ios
I didn't have this problem with fb SDK 3.2, but after I upgraded it in SDK 3.5.1 friend inviter has some strange problem, when I select one friend it choose the selected one and the one under it. Also ...
0
votes
0answers
13 views
How to use JavaScript and PHP sdks in the same FB APP
I'm trying to save users' name, birthday and picture into a database redirecting the first page (using javascript) to a php page;
the php page should works because I've built it in as a separate app, ...
0
votes
1answer
16 views
PHP Facebook SDK persistent logged user
I am having a situation here. You can check my installation at: http://rs.eboxtools.com
The problem is that when I logged once I can't make a true logout. Even when I logout from Facebook I can still ...
-2
votes
1answer
34 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 ...
1
vote
0answers
44 views
Trouble with Facebook - java.lang.RuntimeException: Unable to start activity ComponentInfo = ANDROID ISSUE
I have no idea what i'm doing..
I mean i do, but i'm not as advanced as you guys, so I feel like a noob.
anyway, copied and pasted some code from the facebook sdk developer site for android.
here ...
0
votes
0answers
35 views
Facebook feed share - picture not showing
I'm having problems getting the picture to show up on a Facebook feed share.
After you finish the first round in the game I'm working on, you have the ability to share to Facebook, with your picture ...
0
votes
0answers
12 views
Register using facebook sdk not working weekly once
I using facebook sdk to register in my site code is
// listen for and handle auth.statusChange events
FB.Event.subscribe('auth.statusChange', function (response) {
if ...
0
votes
1answer
21 views
facebook php sdk page token
I have an application "Tipsters Corner" and a page ,also called Tipsters Corner.
I want to post on that page.I managed to do this using the token obtained from the graph explorer.
But I do not ...
0
votes
1answer
32 views
Facebook App Visibility to Public
What Facebook SDK permission should I ask to make my facebook app visible to public?
From the App User settings on the facebook page, I am unable to change Visibility of app and posts from Friends to ...
0
votes
0answers
21 views
Is facebook app and the sample code of facebookSDK incompatible?
Is there a compatible problem between facebook app and the sample code of facebookSDK ?
I have encountered the problem that when I has installed the facebook app then I cannot run the sample code of ...
0
votes
0answers
16 views
How can I get a user access token using an app token
I'm using the Facebook C# SDK, v6. Can I get a new user access token using my app token? Basically, my app will post to the user's wall (publish permission granted) long after their user token expires ...
0
votes
0answers
9 views
PHP SDK not returning place after searching, but the Graph browser does?
When I search for a certain venue with the PHP SDK it returns nothing. However, if I use the graph API explorer everything is all and well.
My search query to the graph api is: /search?q=Metro ...
0
votes
0answers
18 views
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE in /base_facebook.php on line 158
Hi I am Getting This Error
Tried Replacing all the sdk library files still the same?
0
votes
1answer
53 views
facebook-php-sdk doesn't wan't to store data in my database
Hi I have a problem to store my Facebook data (login data) into my personal SQL database.
Here You can find my code: I use first an index page, then a login page to store my facebook data login in my ...
0
votes
1answer
37 views
Facebook sdk javascript fetching user data
I'm currently building an application which requires users to log in with their facebook account. Next I want the user's birthday, location, first- and lastname. To get the user's name isn't a problem ...
0
votes
0answers
30 views
How to add custom link in title when post photo from Facebook iOS SDK
I try to add a custom link in the title when user post photo from a iOS app.
like this:pic
My code is:
NSMutableDictionary *params = [NSMutableDictionary dictionaryWithObjectsAndKeys:
...
0
votes
1answer
73 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 ...
-3
votes
0answers
34 views
Where to stick the code? [closed]
First, my knowledge of coding is somewhere between zero and minus quite a bit!
Second, I know I have to put some code between tags for Facebook SDK but where on earth do I stick the code???
I know ...
0
votes
1answer
33 views
Sharing an image from javascript SDK does not load the image?
Here is the very simple code:
var obj = {
method: "feed",
link: share_url,
picture: share_url,
name: "test name",
...
0
votes
1answer
18 views
Application Error while loading the facebook SDK
Code on my web page:
<body class="popup">
<div id="fb-root"></div>
<script>
window.fbAsyncInit = function() {
// init the FB JS SDK
FB.init({
...
0
votes
0answers
44 views
we detected a login into your account from a new device named: uiwebview
We are using Facebook iOS SDK 3.1.1 and when we connect to Facebook using a UIWebView we receive the following message via e-mail:
Hi Sei,
We detected a login into your account from a new device ...
0
votes
2answers
53 views
use resources from jar (Facebook SDK as jar)
I'm using Facebook SDK project on my own project by adding it as a library inside my workspace, like:
Project properties -> Android -> Add.. -> Facebook SDK
Like this i have access to classes and ...
0
votes
1answer
37 views
Facebook SDK for Android Eclipse and Ubuntu installation
I am trying to set up eclipse on my Ubuntu 13.04 computer to be able to create apps for android. Right now I have the android sdk installed and working properly with eclipse and everything, but I know ...
1
vote
0answers
27 views
FB iOS SDK How to test: Send request and receive it?
im a iOS game developer, im new in this stuff of how integrate facebook SDK. I need facebook to sent and receive virtual gifts from device to device, such as coins, lives, so on.
I already logged in ...
0
votes
1answer
41 views
apk android key hash exporting
an apology, actually I speak Spanish, and my English is very basic, I'm using Google translator, I hope you understand me.
I have an application that connects to the Facebook sdk, I've created my key ...
0
votes
1answer
21 views
Using facebook's api to monitor new installs on android
I am trying to use the facebook api to monitor the conversion rate from facebook ads. On iOS this seems to work. On android I am stuck with an error and I am unable to find a solution. I am using the ...
0
votes
1answer
89 views
Facebook Android SDK 3.0 Login Button does not save my session
I'm trying Facebook Android SDK 3.0 tutorial but I'm facing a problem. When I clicked the login button and logged in using my facebook account, im expecting to see my button's text to change to logout ...
-2
votes
0answers
32 views
How to integrate Facebook SDK into ios App from Zero [closed]
I'm creating a game for ios, and now I have to program the social part of the game.
Does anyone know a good tutorial for facebook sdk integration for IOS, any tutorial besides the one on the Facebook ...
0
votes
0answers
14 views
Does Facebook foward my conversion pixel to its corresponding ad service?
Just a simple question here -- if I use The Facebook SDK to register an ad conversion (iOS app install, eg) will facebook then in turn forward that information on to my ad service?
Or am I required ...
0
votes
0answers
42 views
iOS Facebook SDK Mobile App Install Ads only tracks ads created with PowerEditor ads?
I've read the documentation and tutorials on the Facebook sdk App Install Ads. I want to use this feature because I wish to track where are users clicking from when they install my app. So I added ...
-1
votes
0answers
23 views
Working on Implementing Login With Facebook Functionality But Have Questions
I've been reading the documentation as can be found in all the pages under this link: https://developers.facebook.com/docs/facebook-login/
I may have a LOT of questions regarding this and I hope ...
0
votes
0answers
29 views
ios facebook sdk error 5 resulting from detecting active session when none available
Only occurs when authenticate using built-in facebook login support, not browser or facebook app: When a user authenticates the app for the first time, they get the iOS facebook sdk error 5. However, ...
0
votes
1answer
64 views
Rubymotion x Facebook iOS SDK // Install problems // [!] Unable to find a specification for `Facebook-iOS-SDK`
After having successfully installed and used the SDK on another computer for a project,
I'm struggling to make it works on another station, getting the following error :
[!] Unable to find a ...
-4
votes
0answers
59 views
Kohana 3 oauth and facebook login [closed]
I have website developed on Kohana 3.0. I would like to integrate facebook in my website for users to login (PHP SDK 3). Can anyone provide good and detailed tutorial to achieve this ? Thanks in ...
-1
votes
0answers
18 views
How to implement upload images from facebook to our website
Am developing a facebook application that would allow user to choose images from facebook albums. When user select a particular image it should get stored in my server.
0
votes
1answer
60 views
Facebook Javascript SDK Not Loading
I have just started working with the Facebook SDK and I am trying to use a script which grabs a user's name and friend's list. This is the initialization code I am working with:
window.fbAsyncInit = ...
-2
votes
0answers
17 views
Autoposting to facebook fan page [closed]
Okay, so here's the deal: I wan't to post a link to my facebook fanpage from my php website. I've looked through millions of ways to do it, but it just doesn't add up.
I don't understand, why do I ...
0
votes
1answer
140 views
ios facebook login - Could not connect to the server
I use default Hello Facebook Sample.
Hello Facebook Sample project is default, without any changes.
I run app, and when I try to login in Facebook, I get error:
> FBLoginView encountered an ...
1
vote
3answers
286 views
Facebook iOS SDK 3.5 modal feed dialog loads empty in iPhone
I use this code to present share dialog:
if (![[FBSession activeSession] isOpen]) {[self login]; return;}
NSMutableDictionary *params = [NSMutableDictionary dictionaryWithObjectsAndKeys:
...
0
votes
2answers
75 views
UITableViewController buttons stick to top during pull to refresh
I am trying to figure out how to have a UITableView with a view at the top which scrolls with the table, but when you pull to refresh, the view stays at the top of the screen and the refresh control ...
-3
votes
0answers
17 views
how to get Facebook the last time i sent apprequest to my friend [closed]
i need send gift to my facebook friends in my game, like game "diamond dash",
and i know that i should use apprequest Class to do it,
send friends gift, but, we need players send to there friends ...
0
votes
1answer
24 views
Displaying facepile of all users who like page through the Facebook graph API
I am an admin on both a facebook page and app and am wondering if it us possible to output a facepile of users on my website using the open graph api?
I know the default behaviour is to only show ...
0
votes
1answer
72 views
PHP - SDK - Facebook - Fan Page get the following data
have a question.
PHP SDK - facebook
How can I get the following data
FanPage Name -
FanPage ID -
FanPage Token access -
of fanpages that I manage?
I tried using
`
// Get the current access token
...
1
vote
2answers
73 views
FBLoginView rejects some users
I am using the newest Facebook iOS SDK in my project. I have successfully implemented Facebook login using FBLoginView following their own guide:
https://developers.facebook.com/ios/login-ui-control/
...
0
votes
2answers
104 views
Facebook JS SDK demanding too many permissions
I have a Facebook tab set up to ask for permission for the users email - this works fine, but the dialog that comes up says 'Appname would like to access your public profile, friend list and email ...
0
votes
1answer
24 views
Logging out of facebook with server side sdk without revoking permissions
I am building a site in php which uses facebook login to grant access. When the user logs out I want to log them out of facebook as well as my app. I have looked everywhere to find out how to do this ...


