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.

The Facebook Platform is a software environment provided by the social networking service Facebook for third-party developers to create their own applications and services that access data in Facebook. It lets developers integrate their applications directly into the Facebook social networking service.

The platform offers a set of programming interfaces and tools which enable developers to integrate with the of personal relations and other things like songs, places, and Facebook pages. Applications on facebook.com, external websites, and devices are all allowed to access the graph. Launched on May 24, 2007, Facebook Platform has evolved from enabling development just on facebook.com to one also supporting integration across the web and devices.

Documentation

Facebook SDKs

Tools

Support

News

Apps

Report Bugs

Non-developer questions

For questions from a user perspective, (such as uploading your photos, privacy settings, who can post to your wall, etc.) please refer to our sister site Web Applications.

More information:

85660 questions
12
votes
2 answers

facebook share button with custom title, description, and image

Possible Duplicate: How does Facebook Sharer select Images? It looks like that the Facebook support custom title, description, and thumbnail in several ways. So far, I have found two solutions. using meta tag [meta name="title" content="title"…
Moon
  • 22,195
  • 68
  • 188
  • 269
12
votes
2 answers

How to share photo with CAPTION via Android share intent on Facebook?

I'd like to share a photo with caption pre-filled from my app via a share intent, on facebook. I know how to share photo or how to share text, but how do I share them together? Example code Intent shareCaptionIntent = new…
siamii
  • 23,374
  • 28
  • 93
  • 143
12
votes
7 answers

Pros and cons of commenting systems and APIs (Disqus vs Facebook Comments vs Intense Debate vs Echo)?

With the release of the new Facebook commenting module, could people please share their experiences with the various commenting systems -- specifically, Disqus, Echo, Intense Debate, and Facebook Comments? What are the pros and cons of each…
Crashalot
  • 33,605
  • 61
  • 269
  • 439
12
votes
1 answer

passport-facebook-token vs passport-facebook

For social authentication in node.js, I have seen a number of projects using the passport-facebook-token package instead of the default passport-facebook. I am trying (and struggling) to understand the differences and benefits between these two…
arhnee
  • 1,044
  • 9
  • 24
12
votes
3 answers

ViewController slide animation

I want to create an animation like the iOS app facebook at tabswitch[1]. I have already tried to develop some kind of animation, the problem that occurs is that the old view controller becomes invisible directly on the switch, instead of fading out…
user3596335
12
votes
1 answer

How to get to Facebook User Page by a known app scoped User ID

Till today there have been methods to get to Facebook User Page by user id. I mean ID, that facebook API returns to our app: https://graph.facebook.com/10152384781676191?fields=link { "link":…
epox
  • 9,236
  • 1
  • 55
  • 38
12
votes
4 answers

Facebook I like button not working all the time

I have used the following code to implement the like - button: Header
Mathias F
  • 15,906
  • 22
  • 89
  • 159
12
votes
6 answers

Facebook graph API: ID of user profile picture

Is there a way to get the ID of the picture that is the current profile picture for a user? Edit: OK, seems there is no trivial way to get the ID! However, it appears from random testing that every user has a single album with attribute…
JacquesB
  • 41,662
  • 13
  • 71
  • 86
12
votes
5 answers

Prevent pop-ups from being blocked

I am using a Facebook login method in my code on page load, but when I execute this code, the pop-up blocker closes the Facebook permission window. How can I open this window with Javascript without needing to make an exception in the pop-up…
Seema
  • 787
  • 2
  • 14
  • 25
12
votes
3 answers

Android Facebook SDK configuration on Eclipse

I downloaded the android's facebook sdk but so far I couldn't configure properly. Eclipse doesn't recognize the facebook sdk as a project. Does anyone got this problem?
Thiago M Rocha
  • 1,416
  • 1
  • 20
  • 26
12
votes
2 answers

Get Facebook Media-id for instagram post from url

If I have a instagram post is there anyway to get the facebook id for an instagram post? To be clear, if I were to look at https://www.instagram.com/p/Bcqn51ynrd5/ I am able to find the instagram media-id by doing one of two…
Alex Harris
  • 6,172
  • 2
  • 32
  • 57
12
votes
7 answers

Facebook page leadgen webhook returns error 102 Server Failure

Facebook page leadgen webhook won't work for my page and associated app. If I test the webhook I setup with the testing tool and click the "Track status" button, the issued realtime update object is associated to this error: 102 Server failure My…
AlexHv
  • 1,694
  • 14
  • 21
12
votes
2 answers

Facebook login button redirect to blank page on MS Edge

This issue is no longer a problem for me. Facebook doesn't allow you to share/post photos on the web anymore. As for the login issue, i cannot tell which solution proposed resovles the issue since I am no longer working on…
12
votes
1 answer

Facebook Comments Don't Show in Comment Moderation Tool (but show on the actual page)

It seems like no comments after 26th of October appear in my Comment Moderation tool. Comments, however, appear on the page. On the webpage, I can see comments after that (some of which are spam which I need to moderate). I have the following code…
12
votes
3 answers

Facebook login shows an additional confirmation popup on iOS 11

I have implemented login through facebook using facebook SDK for swift. It works as expected on iOS 10.3, but on iOS 11 it shows and additional popup that asks the user to allow sign in through facebook.com. This adds one more step in the login…
Milan Nosáľ
  • 19,169
  • 4
  • 55
  • 90
1 2 3
99
100