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.

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
11 views

How to get list of LOcation ID's with Location Names

I have been exploring Graph Search API, in that I can do location based search using Location ID's. But how those Location ID's are found. Is there any documents for that which has the list of ...
-2
votes
0answers
59 views

What is the Disadvantages of using social media plugins in your website? [closed]

I'm doing a study about the advantages and disadvantages of using social media plugins such as (share,comment,login,like,tweet,vote) and how that can harm your website if you use it in a wrong way , ...
0
votes
1answer
72 views

Comments using Facebook Comment Plugin disappear after refresh

I used the code generated on this page: https://developers.facebook.com/docs/reference/plugins/comments/ However, since my pages are dynamic I replaced this part: <div class="fb-comments" ...
-1
votes
1answer
103 views

Facebook and twitter auto share to user account? [closed]

I want to auto share a social media user account's from My iPhone application(without dialog box, cancel option , send option).how can I do.
1
vote
0answers
153 views

Social media - like buttons with direct links?

I'm wondering if there is a way to insert a "custom" like button with just a link like <a href="www.a.link">Like us on FB</a> for sites like FaceBook , StumbleUpon, diggit etc. Even ...
4
votes
2answers
233 views

How to manage users account from multi-provider (facebook, twitter) in my website?

I'm about to use one of those multi-provider authentication frameworks Opauth or Hybridauth (don't know which is the best but I had a little preference for the second one) so the consequence is that I ...
0
votes
1answer
297 views

Facebook automatically created a fan page which I can't edit

We launched a website which uses the Facebook open graph and like buttons to share content on Facebook etc. One of the open graph tags includes information about the Facebook IDs of the website owners ...
-2
votes
2answers
167 views

Social media buttons validation problems

When you add social media buttons to your site from Google+, Facebook, LinkedIn etc., they often contain a lot of homemade attributes and other things that don't validate. I have fourteen errors on ...
1
vote
0answers
66 views

Is it possible to create a Facebook application in Java? [closed]

I'd like to develop a simple 2D game as a Facebook application. I am most experienced with Java, and it has libraries I would like to use, like jMonkeyEngine or OpenWonderland. Is it possible to ...
0
votes
1answer
160 views

Open Graph custom object properties: pairing objects?

I want to create two types of custom objects. Each has a property which references an object of the other type. Essentially I want to create doubly-linked pairs of objects which have a two-way ...
1
vote
1answer
363 views

Unable to access facebook's Open Graph settings as the link 404's

I have a facebook app that I use to authenticate people on a website, as well as post to stream. I'm interested in using the open graph to set up my own objects, but when I edit my app's settings, ...
0
votes
1answer
398 views

Are there any open source Social Media monitoring tools?

I am looking for a tool that will look at Social Media sites such as Facebook/Twitter and show me, on a real-time basis, comments and the Social Media timeline according to a given search criterion. ...
1
vote
0answers
191 views

Bad response code

I work a lot with helping my customers with sharing articles on Facebook. But I must admit that I have problem understanding the debugger, and I think the error codes shows little information about ...
1
vote
2answers
511 views

Social media's in popup

I have a problem with the social media plugins for my website, The problem is with Twitter and Facebook. Google+ works perfectly. I'm trying to get the plugins to work with my popup script in jQuery. ...
4
votes
1answer
2k views

(#100) The post's links must direct to the application's connect or canvas URL

I got this error when my web application try to post to my page at Facebook. It was working fine up till last Thursday 1/19/2012. I have checked my Stream post URL security as suggested in other ...
1
vote
2answers
5k views

Facebook share not showing image from open graph metatags

I'm trying to integrate the Facebook share button to my employer's site, the title, url, description/intro are all displaying correctly, however no image is being attached. When the share dialog ...
0
votes
0answers
593 views

Creating your own Share/Like Button

Is there a tutorial or can anyone give guidance on how to make your own custom share/like button? Google is not returning anything good.
0
votes
1answer
989 views

Like Button Doesn't Display

Having never dealt with Facebook at a developer level, I'm sure that I'm doing something very obviously wrong here. Anyway, here's the problem: I generate the like button code from ...
0
votes
1answer
2k views

Hiding count on Facebook like button on Mac and Windows

I'd like to use the Facebook like button but without the count. I've tried just setting the width of it's container to 47px, with no overflow. This works on browsers on Windows, but on Mac OS X the ...
0
votes
1answer
479 views

adding events to facebook users profile using facebook graph api from a 3rd party web application

Need to send the event information to the users facebook profile, using jquery or javascript. A user logins into my web site and creates an event, but those event details has to be sent to his/her ...
0
votes
1answer
701 views

Facebook “Like” button in ExpressionEngine entries no working correctly

I am building a News section for a client website (in ExpressionEngine) and they have requested that each article have the Facebook like button. So I went to Facebook's developer site and found the ...
0
votes
1answer
106 views

facebook code track users came to my site through it

is there a code that track how many users come to my site through the facebook shared link ?
1
vote
1answer
457 views

facebook like button decreases the count

I am using the facebook like button <fb:like href="My URL" layout="button_count"></fb:like> and yesterday it was 119 and today it's 90 and it happens with lots of other pages i don't ...
17
votes
2answers
21k views

How to clear Facebook Sharer cache?

We used the link: http://www.facebook.com/sharer.php?u=[shared URL] ...to share a particular page. However, Facebook Sharer uses the cached version of the images and the title. Is there a way to ...
2
votes
1answer
171 views

Social Media Linking

I've done a little searching and was wondering if there is a way to link a users account in our web app with their social media accounts they choose to link (facebook, twitter, etc). i.e. when they ...
0
votes
0answers
172 views

Facebook javascript SDK - Problem on MacOS

Im developing a integration with Facebook using the javascript SDK (connect-js) that make a comment in a existing wall-post defined by us. On Windows(Firefox, IE, Chrome and the Safari For Windows) ...
0
votes
1answer
133 views

Facebook Share hanging when sharing a link

Please note: this is not an attempt to get you to share a site I have been developing, there is a genuine issue with Facebook. When I attempt to share a page on Facebook using their sharer.php ...
3
votes
3answers
269 views

Tools for getting intent from Twitter statuses?

I am considering a project in which a publication's content is augmented by relevant, publicly available tweets from people in the area. But how could I programmatically find the relevant Tweets? I ...