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.

facebook
13 votes
4 answers
14k views

Is uploading videos from an SD Card to Facebook possible with the Facebook SDK?

Can we upload videos from an Android device's SD Card to a Facebook account via the Facebook SDK? If so, what are some simple examples?
Erick's user avatar
  • 1,247
203 votes
11 answers
158k views

How to Test Facebook Connect Locally

I use ASP .NET and Facebook Connect APIs. but when I run the app and press Connect button it's return to the Website not to the test local server which is (http://localhost:xxxx/test.aspx) So how I ...
Haytham's user avatar
  • 2,031
44 votes
4 answers
87k views

Android/Java -- Post simple text to Facebook wall?

I'm trying to integrate posting to one's wall from within my app. I already have an area where the user can save his/her username and password (encrypted). I would like my program to recall the saved ...
RyanM's user avatar
  • 5,700
39 votes
2 answers
8k views

Firebase Overwrites Signin with Google Account

There doesn't seem to be any mention of this in the documentation, and all I found was this and this, where I would like to confirm this: If there is an existing account with the same email ...
Aubtin Samai's user avatar
  • 1,321
22 votes
6 answers
48k views

Mobile users unable to access Facebook page tab

I'm having a problem that I can't see to fund the solution to. I have a tab on my Facebook page (one of those static HTML: iFrame apps). There are no problems accessing it from a PC, however when I ...
r553's user avatar
  • 247
185 votes
3 answers
303k views

String to Dictionary in Python [duplicate]

So I've spent way to much time on this, and it seems to me like it should be a simple fix. I'm trying to use Facebook's Authentication to register users on my site, and I'm trying to do it server side....
LunaCodeGirl's user avatar
  • 5,572
165 votes
3 answers
318k views

How to get a JSON string from URL?

I'm switching my code form XML to JSON. But I can't find how to get a JSON string from a given URL. The URL is something like this: "https://api.facebook.com/method/fql.query?query=.....&...
ThdK's user avatar
  • 10.4k
154 votes
19 answers
325k views

Facebook login message: "URL Blocked: This redirect failed because the redirect URI is not whitelisted in the app’s Client OAuth Settings."

Important notice: If you register for testing, go to your profile settings and to your interests add delete profile. Trying to login with Facebook to my website: I get the following error: URL ...
Amir Rahbaran's user avatar
46 votes
6 answers
15k views

Why new fb api 2.4 returns null email on MVC 5 with Identity and oauth 2?

Everything used to work perfect until fb upgraded it's api to 2.4 (I had 2.3 in my previous project). Today when I add a new application on fb developers I get it with api 2.4. The problem: Now I ...
Dudi's user avatar
  • 3,079
20 votes
7 answers
17k views

Register with Facebook sometimes doesn't provide email

I'm using Register with Facebook as one of the ways to log in to my web app, and expressly ask for the "email" permission.. On login, some of the user data ($facebook->api('/me')) is stored into ...
sleepy_keita's user avatar
  • 1,508
11 votes
5 answers
57k views

Upload photo to Facebook with Facebook Android SDK in Android

I'm new to Android. I'm searching for load photo to facebook by authorization, getting access_token. How to do this? Please give me a sample code in Java.
sanjana's user avatar
  • 119
145 votes
18 answers
193k views

Unable to add window -- token android.os.BinderProxy is not valid; is your activity running?

I try to connect to Facebook throught Facebook API, I follow this example: https://github.com/facebook/facebook-android-sdk/tree/master/examples/simple Everything is ok, but when I try to edit some ...
Han Tran's user avatar
  • 2,083
91 votes
20 answers
114k views

Facebook Graph API : get larger pictures in one request

I'm currently using the Graph API Explorer to make some tests. That's a good tool. I want to get the user's friend list, with friends' names, ids and pictures. So I type : https://graph.facebook.com/...
Martin's user avatar
  • 12.1k
76 votes
2 answers
23k views

Is it possible to check if an email is confirmed on Facebook?

Update This was reported to Facebook via https://www.facebook.com/whitehat/report/ on Dec 16th 2013 and Facebook responded on Dec 17th that the bug has long since been fixed. I have retested this ...
nibarius's user avatar
  • 4,077
71 votes
13 answers
125k views

Facebook Oauth Logout

I have an application that integrates with Facebook using Oauth 2. I can authorize with FB and query their REST and Graph APIs perfectly well, but when I authorize an active browser session is ...
Derek Troy-West's user avatar

15 30 50 per page
1
3 4
5
6 7
532