Tagged Questions
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.
0
votes
0answers
7 views
How to display Facebook like button using React.js
I wrote a like button class in react to display facebook like button in my blog posts
var LikeButton = React.createClass(
{
render : function ()
{
var url = ...
0
votes
0answers
6 views
Facebook graph api
I created a facebook app to get all the images my page is tagged in. It includes the following steps.
1 Get user access token with manage_pages,... permissions
2 Get the page access token from ...
-1
votes
0answers
9 views
Facebook is crashing [500 Internal Server Error]
Facebook is crashing when try to share a link using www.facebook.com/sharer/sharer.php. It give "500 Internal Server Error" for the first time. Following are the steps to reproduce the same:
Log-in ...
0
votes
0answers
5 views
Facebook sharer.php 500 error
At the moment I am attempting to share a link on Facebook without the use of JavaScript or a Facebook app id.
Previously I could have a hyperlink to: ...
0
votes
0answers
17 views
Internal Server Error when using Meteor.loginWithFacebook
Using the service-configuration and accounts-facebook packages, after clicking on the facebook button and logging in from the Facebook authorization window that pops up, we're getting an Internal ...
0
votes
1answer
8 views
Facebook Share Wordpress Post on own wall
i want share on wordpress a special text on someones personal timeline if he clicks "share".
f.e i have: "oh god, iam pregnant"
exact this text i want post on my or his facebook timeline from the ...
-1
votes
0answers
16 views
Facebook App-Scoped-Id issues
I know that Facebook does not specifically support opening the native Facebook app at a particular page or profile from a link, but everything worked just fine with global ids by using the following ...
0
votes
0answers
11 views
Facbook Graph api access token is different from that i am getting via Oauth
I made a facebook app.
The app is to get all the pictures my page is tagged in.
When I use the graph api explorer with graph api explorer as the application to get the access token, This access ...
0
votes
0answers
7 views
Facebook group data
Hi I'm following this:
How To Download Your Facebook Group Data
Here are instructions for Mac users to download Facebook group data,
courtesy of Al Shaw.
Get an access token for ...
1
vote
0answers
7 views
Distinguishing between a Facebook post on a page's wall, and a post which mentions the page
I can't find anything in the Facebook Graph API that will allow me to distinguish between a post which @mentions a page (whether that post be by a user or a page) and a post which is posted on the ...
0
votes
1answer
26 views
NullPointerException MainFragment facebook login
Pretty new to this. I am trying to make a simple facebook login app that once logged in show a few basic user details. When I try to run the app I get the message 'Unfortunately FacebookTest has ...
0
votes
0answers
8 views
Facebook JS api - request permission via FB.api (when user is already logged in)
Anyone knows if it's possible to request different facebook permissions after the user already logged in?
For example, as a user:
I login the web app
I perform a login with facebook
I grant a basic ...
0
votes
0answers
12 views
Get Facebook likebox height after SDK loaded
Is there a way to get the correct facebook likebox height after the stream is loaded?
I'm trying this way, it won't work.
window.fbAsyncInit = function() {
FB.init({
appId : 'xxx', ...
0
votes
0answers
14 views
Downloading & displaying Facebook pictures with name tag
I'm having some trouble with my project. I want to be able to download og display photos from Facebook in which the user has been tagged. I've searched for examples but haven't been able to find any ...
0
votes
2answers
33 views
Why is a Javascript and AJAX call (on page load) resulting in an empty database row? (Facebook Canvas)
I’m really hoping some one here will be able to help me with this!
I’m making a Facebook Canvas game and I’m having difficulty inputting the player’s details (Facebook ID, first name, last name, ...