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.

GitHub is a hosting service for software development projects that use Git for version control.

learn more… | top users | synonyms

0
votes
0answers
22 views

Issue Working with Heroku for Facebook application

Error While Checking out code for Facebook Application Created By Heroku C:\Users\Virat>git clone git@heroku.com:vast-brook-2579.git Cloning into 'vast-brook-2579'... The authenticity of host ...
5
votes
1answer
252 views

Importing apklib from github with Maven

I am trying to use the Facebook Android SDK within my Maven Android application. For this I used a custom maven repo (https://github.com/avianey/facebook-api-android-maven). I noticed the Android ...
2
votes
2answers
1k views

Git Heroku Permission Denied Public Key (after adding public key)

I'm on Windows 7 64-bit. I'm using the latest Heroku Toolbelt and the GitHub Windows App (downloaded two days ago). Two days ago everything was perfect. I installed PHP and Apache, and suddenly ...
1
vote
0answers
50 views

How to prevent Google Chrome from saving extension command history

I am writing an extension for Google Chrome that processes omnibox commands and loads facebook pages according to those commands. During testing, I find Chrome to be saving history of these commands. ...
0
votes
2answers
133 views

Having a hard time importing Facebook SDK

I Downloaded a Facebook SDK in this link https://github.com/facebook/facebook-android-sdk and I extract it. The name of the folder was "facebook-android-sdk-master" I'm tying to import the file in ...
2
votes
1answer
469 views

Copying facebook-ios-sdk and configuring the Xcode project

I have gone through this document :Getting Started with the Facebook SDK for iOS v3.1 I have successfully configured my Xcode project by following it. But I want to do it without adding the ...
1
vote
2answers
114 views

Using Open Graph Protocol to extract og:image source

Using https://github.com/scottmac/opengraph How do I access the individual array elements such as just the [image] $graph = ...
2
votes
1answer
343 views

Facebook ios sdk disable ARC

I have a non-ARC project and i need to integrate Facebook SDK. As i understand, current version of framework (3.0.8) is to be used with ARC enabled. But i took a look at github master branch (actually ...
0
votes
1answer
106 views

Git heroku error: on push heroku

I have been developing a facebook app for a while, and now I want to change all the files, except I get this error when trying to git push heroku: C:\Users\amando96\deep-window-4782>git push ...
0
votes
1answer
137 views

PHP SDK library api return blank result

I have successfully install the domain, already able to login through Facebook, already get these params, $facebook->getUser(); $facebook->getAccessToken(); but it hang (return blank result) ...
0
votes
2answers
161 views

ios5 facebook app - do I really need git hub?

I've been reading about creating my first facebook app. Some sites say I need git hub (but I'm having difficulties setting it up so would rather not do it), and some don't seem to say I need it. I ...
1
vote
2answers
737 views

Facebook app about sharing the activity on github [closed]

Is there an Facebook app to share the github activity in the news feed and summarize it in a timeline snippet? The user should be able to select the types of activity to post in the Facebook news ...
1
vote
0answers
183 views

What happened to the facebook-sdk git repository for python (facebook.py)? [closed]

The github blob and repository is now 404'ing: https://github.com/facebook/python-sdk/blob/master/src/facebook.py https://github.com/facebook/python-sdk/
7
votes
1answer
672 views

How Facebook and Github change there URL without reloading the page

Only update part of page and change the url.
2
votes
1answer
3k views

Facebook signed request problem

I want to write a fangate for my facebook page, but it didnt work and i doesnt find any help on the inter net require 'facebook.php'; $app_id = '16850872653xxxx'; $app_secret = ...
2
votes
2answers
13k views

Implementing Facebook into Xcode Project

Hey guys, I am going to be implementing the facebook application into my project, but I've ran into some roadblocks. First I read about the link that developers.facebook.com has posted: I really ...
0
votes
2answers
2k views

Open Graph API - Github PHP Class

I have downloaded the PHP class from github which is the wrapper for their Open Graph API. I can log in and list freinds and images etc. But what I am really struggling with is allowing for extended ...