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.

15 votes
1 answer
8k views

facebook graph api not work from 2.2 to 2.3

Because it's due date for graph api 2.2, I'm trying fix my graph api using v2.3 But I discover most api request response nothing when I use 2.3, but I can not found any update for this in the upgrade ...
Bruce Chen's user avatar
10 votes
2 answers
5k views

facebook social plug-in not showing up when added dynamically

I am adding facebook social plug in to a webpage when I manually add : <div class="fb-comments" data-href="http://website.com/z" data-width="700" data-numposts="7" data-colorscheme="light"><...
Mike s's user avatar
  • 119
89 votes
12 answers
148k views

Android and Facebook share intent

I'm developing an Android app and am interested to know how you can update the app user's status from within the app using Android's share intents. Having looked through Facebook's SDK it appears ...
Joseph Woodward's user avatar
77 votes
11 answers
112k views

Facebook API error 191

I'm trying to integrate my project with Facebook. I'm taking baby steps at first and just trying to login, get a Facebook session, and get some user data. I'm developing it locally so my Facebook ...
musoNic80's user avatar
  • 3,698
523 votes
19 answers
308k views

The developers of this app have not set up this app properly for Facebook Login?

I'm trying to make a login with Facebook available in my script. I've done everything, but when I attempt to login with a Facebook account I get this error from Facebook: Error App Not Setup: The ...
Kodr.F's user avatar
  • 14.2k
516 votes
23 answers
132k views

Facebook Callback appends '#_=_' to Return URL

Facebook callback has started appending #_=_ hash underscore to the Return URL Does anyone know why? What is the solution?
zing ming's user avatar
  • 5,161
104 votes
12 answers
160k views

using facebook sdk in Android studio

I'm following Facebook SDK for Android using Android Studio. When I run my application I'm getting the below mentioned warning. Gradle: module 'facebook' won't be compiled. Unfortunately you can't ...
LoveMeSomeFood's user avatar
242 votes
30 answers
259k views

Android Facebook integration with invalid key hash

In one of my apps I need to get data from Facebook... I am doing this: I have created app ID. It logs in successfully, but after logging out, I log in, and then it gives me: What is wrong I am doing?...
Android's user avatar
  • 8,979
247 votes
30 answers
416k views

How to create Android Facebook Key Hash?

I do not understand this process at all. I have been able to navigate to the folder containing the keytool in the Java SDK. Although I keep getting the error openssl not recognised as an internal or ...
Somk's user avatar
  • 12k
241 votes
10 answers
295k views

The calling thread must be STA, because many UI components require this

I am using http://www.codeproject.com/KB/IP/Facebook_API.aspx I am trying to call the XAML which is created using WPF. But it gives me an error: The calling thread must be STA, because many UI ...
C..'s user avatar
  • 7,267
92 votes
10 answers
127k views

Share Text on Facebook from Android App via ACTION_SEND

I have an Android app and it supports sending text via other apps. It therefore uses the ACTION_SEND intent and the EXTRA_TEXT field. The chooser presents me with all apps that can handle such an ...
Goddchen's user avatar
  • 4,459
142 votes
21 answers
126k views

Safari 3rd party cookie iframe trick no longer working?

So this is the umteenth revenge of the "how do I get 3rd party cookies to work in Safari" question but I'm asking again because I think the playing field has changed, perhaps after February 2012. One ...
gs hurley's user avatar
  • 1,441
124 votes
4 answers
188k views

Facebook Access Token for Pages

I have a Facebook Page that I want to get some things from it. First thing are feeds and from what I read they are public (no need for access_token). But I want to also get the events... and they aren'...
Rafael 'BSIDES' Pereira's user avatar
69 votes
6 answers
232k views

Cannot deserialize the current JSON object (e.g. {"name":"value"}) into type 'System.Collections.Generic.List`1

using System; using System.Collections.Generic; using System.Linq; using System.Text; using Facebook; using Newtonsoft.Json; namespace facebook { class Program { static void Main(...
user3236519's user avatar
37 votes
9 answers
57k views

Making facebook login work with an Android Webview

I am just trying to implement the facebook login on a WebView in Android. The problem is after I click the facebook button on my HTML page and insert the username and password on Facebook dialog. The ...
Adrian Avendano's user avatar

15 30 50 per page