Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [facebook]

Facebook Platform lets developers integrate their apps directly into the Facebook social networking service. Use this tag for questions which may arise when developing FOR Facebook. This tag is NOT for support questions about using the Facebook website or the official Facebook app. It is also NOT for questions of the “I want to implement a feature similar to what Facebook has” variety.

16 votes
2 answers
15k views

What are the Steps to getting a Long Lasting Token For Posting To a Facebook Fan Page from a Server

I have a Business Page in Facebook (known as a Fan Page in Facebook vernacular). I want to post to that Page whenever a user takes a certain action on my app. I want to post as the Page itself ...
Ichorus's user avatar
  • 4,607
413 votes
4 answers
50k views

Design for Facebook authentication in an iOS app that also accesses a secured web service

Goal: Allow a user to authentication with Facebook into an iOS application which requires access to a protected web service that I'm running. Assumptions: There is a native authentication (and ...
TMC's user avatar
  • 8,114
55 votes
2 answers
51k views

Creating and managing a Facebook app from a Business Account [closed]

Can I create or manage a Facebook app via a 'business' account? When I try to access https://developers.facebook.com/apps when logged in as a business account it redirects me back to my homepage and ...
Igy's user avatar
  • 43.8k
49 votes
4 answers
42k views

Android Facebook SDK 4 in Eclipse

Are there some way to import the new Facebook SDK for Android to Eclipse without Gradle or Maven (something like the past way)? I've been watching some pages but i don't find a the way. Thanks
Amaury Esparza's user avatar
43 votes
3 answers
98k views

Upload Photo To Album with Facebook's Graph API

I'm trying to familiarize myself with Facebook's new Graph API and so far I can fetch and write some data pretty easily. Something I'm struggling to find decent documentation on is uploading images ...
st4ck0v3rfl0w's user avatar
39 votes
26 answers
58k views

Why is Facebook PHP SDK getUser always returning 0?

I'm trying to work with a website that requires some information from a Facebook user, I'm using PHP and JS SDKs. I have a function in PHP: public function isLoggedOnFacebook() { $user = $this-&...
fd8s0's user avatar
  • 1,927
134 votes
19 answers
360k views

Warning: Each child in an array or iterator should have a unique "key" prop. Check the render method of `ListView`

I built an app with ReactNative both for iOS and android with a ListView. When populating the listview with a valid datasource, the following warning is printed at the bottom of the screen: Warning:...
delete's user avatar
  • 18.9k
23 votes
8 answers
46k views

Querying Users who 'like' my Facebook Page

I was wondering if it was possible to query the following: List of (all) users who like my facebook page, and Additional information those users have made publicly available (beyond first and last ...
MrRay's user avatar
  • 1,062
326 votes
32 answers
459k views

Facebook OAuth "The domain of this URL isn't included in the app's domain"

Let me first start with saying I've searched for an answer to this question for quite some time... I'm trying to setup Facebook OAuth to work with my application that is being developed locally on my ...
dangelsaurus's user avatar
  • 7,402
261 votes
25 answers
574k views

How can I find and run the keytool

I am reading an development guide of Facebook Developers at here It says that I must use keytool to export the signature for my app such as: keytool -exportcert -alias androiddebugkey -keystore ~/....
Nguyen  Minh Binh's user avatar
205 votes
12 answers
269k views

How to segue programmatically in iOS using Swift

I'm creating an app that uses the Facebook SDK to authenticate users. I'm trying to consolidate the facebook logic in a separate class. Here is the code (stripped for simplicity): import Foundation ...
Shlomi Schwartz's user avatar
91 votes
14 answers
369k views

Facebook Graph API, how to get users email?

I'm using the Graph API, but I can't figure out how to get a logged-in users email address. The intro to Graph states "The Graph API can provide access to all of the basic account registration data ...
kylex's user avatar
  • 14.3k
49 votes
4 answers
106k views

Simple example to post to a Facebook fan page via PHP?

I've done a lot of searching and I've found outdated tutorials that don't work... I have a site made with PHP and when I submit a particular form in my admin area, I want to publish to my Facebook "...
nmarti's user avatar
  • 1,565
380 votes
30 answers
334k views

FB OpenGraph og:image not pulling images (possibly https?)

Facebook cannot grasp my og:image files and I have tried every usual solution. I'm beginning to think it might have something to do with https://... I have checked http://developers.facebook.com/...
Cyprus106's user avatar
  • 5,730
177 votes
22 answers
208k views

Facebook Open Graph not clearing cache

I'm having troubles with my meta tags with Open Graph. It seems as though Facebook is caching old values of my meta tags. Old values for Attributes og:title and og:url are still used, even though I ...
Ardee Aram's user avatar
  • 4,769

15 30 50 per page