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
1 answer

Why Instagram Basic Display api is not authentication solution

I want to add a 'Login with Instagram" button as a new feature to my application. After reading the docs, I understood that the new API called - 'Instagram Basic Display Api' can't be used as an authentication solution. "Data returned by the API…
12
votes
2 answers

Facebook Graph API limit

I have researched and I am on the conclusion that Facebook Graph API limits are 600 requests per 600 sec per access token. And since I am using the new Graph API only, I have never encounter the need of passing an access token manually. I believe…
Ashfame
  • 1,731
  • 1
  • 25
  • 42
12
votes
2 answers

posting to friends wall using facebook javascript sdk

How can I post to a friends wall using the facebook javascript SDK?
alexander
  • 125
  • 2
  • 2
  • 5
12
votes
3 answers

Facebook login, redirect_uri is not owned by the application. why?

I can't add FB login to my site. I simply registered the application: URL: http://www.chusmix.com/ DOMAIN: www.chusmix.com And then I pasted the login code and replaced my APP id in it:
lisovaccaro
  • 32,502
  • 98
  • 258
  • 410
12
votes
4 answers

Facebook Like Button refresh after AJAX-Load

I have to implement a Facebook-Likebutton where the url is taken from an ajax request... that means i set the "href"-attribute after page-load. unfortunately, at this time the url is already set, so when liking it, it will take the actual page-url…
AlexK
  • 471
  • 1
  • 5
  • 14
12
votes
1 answer

Any well written Facebook iOS SDK tutorial?

I'm trying to integrate facebook graph into my app. I've tried to follow the official-creepy-nonexaustive documentation of facebook, but it doesn't work. There are any well written tutorial out there? Thanks
Cla
  • 1,810
  • 3
  • 22
  • 36
12
votes
3 answers

How to add share button in android?

Possible Duplicate: Android facebook/twitter share button I am creating an app wherein i want to add share button , on clicking the button my app can be shared on facebook and twitter. Please let me know if anyone has a suitable answer which i…
snn
  • 129
  • 1
  • 1
  • 4
12
votes
1 answer

How to use Shiro for authenticating cookie based or facebook user?

In my web application, I do not have user registrations/login. What I have is the user account is automatically created when the user visits the site first time based on the cookie. How can I use Shiro for this purpose to authenticate such a user (…
ace
  • 11,526
  • 39
  • 113
  • 193
12
votes
6 answers

Facebook PHP SDK giving an error

I'm trying to run the example that comes with Facebook's PHP SDK, however I'm getting the following error: Fatal error: Uncaught CurlException: 60: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL …
Ali
  • 261,656
  • 265
  • 575
  • 769
12
votes
2 answers

Get user age group info on Facebook without asking for birthday permission

Is there a way to know the age group an user falls under (like the break down they show on the demographics section on the application insight) without asking for their birthday permission? I don't need to know their birthday details - I just need…
Manto
  • 1,642
  • 1
  • 13
  • 28
12
votes
3 answers

How to publish from iOS application to facebook wall without user amending message

I'm writing an iPhone game and want to publish the user's score to their facebook feed. I've managed to knock together an example where the user agrees with the authorisation and then a dialog appears which they can confirm to publish on their wall,…
theDuncs
  • 4,649
  • 4
  • 39
  • 63
12
votes
2 answers

Post on a Facebook wall as Page, not as user

Is it possible to post on a Facebook wall as application and not as user? As far as I understand an application is not a valid user for Facebook, but there are numerous comments about posting as Page and not as User or Application. How can I do it…
WASD42
  • 2,352
  • 6
  • 27
  • 41
12
votes
1 answer

Facebook ads deferred deep linking not working in android App Link Data is null always

I am integrated facebook deferred deep linking for ads, For new installs App Link Data is always null Manifest file changes done.
Prakash
  • 149
  • 7
12
votes
1 answer

Most complete c++ facebook library

I am looking for a c++ (or C) library to access facebook. I found some libraries doing some things, but they do not seams to be complete. So, what is the most complete c++ library to access facebook? EDIT Found so far : 1) C++ Facebook REST…
BЈовић
  • 62,405
  • 41
  • 173
  • 273
12
votes
5 answers

How can I show the album cover with Facebook Graph API

This is the code to display the page-picture: How can I show the album cover of a given album in this page
Øyvind
  • 979
  • 4
  • 17
  • 34
1 2 3
99
100