Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
8answers
2k views

Facebook Android Invalid Key

When i try to implement Facebook Connect in my android application i get the following error 11-02 16:41:31.660: D/Facebook-authorize(13194): Login failed: invalid_key:Android key mismatch. Your ...
5
votes
1answer
115 views

Android Invalid Key error, Facebook SDK

I have created an Android application that uses Facebook SDK to make wall posts. It works fine on devices that don't have the native Facebook App installed, but when it is, it throws an Invalid Key ...
5
votes
1answer
187 views

Can not access Facebook friends via Android application

I have a problem with accessing the graph API through my android application that retrieves a user's friends as JSONObject, extracts their names and displays them on the screen. It is supposed to be a ...
5
votes
2answers
415 views

Android Facebook app: access token expiry ( expires_in ) is always 0

I am developing an app which uses facebook integration. I am trying to receive the access_token and expires_in tokens from the facebook library classes. Once i am logged in I get the access_token ...
5
votes
1answer
654 views

Facebook - Post to wall from Android application

Post to wall from Android application... parameters.putString("app_id", mAppId); parameters.putString("picture", "http://fbrell.com/f8.jpg"); parameters.putString("name", "Facebook Dialog"); ...
4
votes
1answer
132 views

How logout works in Facebook SDK Android

I'm a bit confused about how facebook.logout(context) works. Because even after calling log out, I am able to get access to information that requires an auth_token. So how is that even possible? I ...
4
votes
1answer
533 views

packaging android facebook sdk as apklib with maven

I have used maven-android-plugin 3.0.0-alpha-7 to package the facebook android sdk as a apklib. It looks like this: $ unzip sdk-1.0-SNAPSHOT.apklib Archive: sdk-1.0-SNAPSHOT.apklib ...
3
votes
2answers
198 views

Facebook authentication to my server using Android

I'm building an application with the following blocks: Android - Client Side, Java Servlets - Sever Side, Facebook app - used in order to authenicate users and work with their data. My Problem is ...
3
votes
2answers
549 views

Problem with Facebook sdk login..in android

ImageView connect = (ImageView) findViewById(R.id.fconnect); connect.setOnClickListener(new View.OnClickListener() { public void onClick(View view) { ...
3
votes
2answers
811 views

Facebook Error in Android “Login failed: com.facebook.android.DialogError: The connection to the server was unsuccessful”

I am using facebook in my app to publish data to facebook. But when i tried the examples which is given in the android sdk for facebook. It give me this error "DEBUG/Facebook-authorize(749): ...
2
votes
0answers
36 views

Android Facebook SDK - Different Devices, Different Results

I have hooked up the Facebook application. I have a couple different devices to test on, and I'm getting different results. So far, everything is working great with my Motorola Droid phone, but I ...
2
votes
1answer
69 views

Getting contacts location from graph api in Android

I am working on an android application in which I am using facebook open graph api to get the friends list. Its easy to get the friend's list, but what if I want the location of my friend through ...
2
votes
2answers
694 views

I get a “could not find com_facebook_android.apk error” when I run my Android project

I've installed the Facebook API for Android in Eclipse, and imported the project into my Android project. My program builds perfectly fine, but when I try to run it I get a "Could not find ...
2
votes
3answers
1k views

Facebook SSO example not working - “An error ocurred. Please try again later”

I'm trying to integrate facebook into my app and so have followed the tutorial at: Facebook Android but I can't get the first example (Single Sign-On) to work. When my app loads up I get the facebook ...
1
vote
2answers
126 views

Facebook Android SDK source will not compile with Eclipse Indigo

After finally getting the Android Facebook SDK to properly import thanks to this, I found that eclipse does not recognize the override of onclick in FbDialog.java: mCrossImage.setOnClickListener(new ...
1
vote
0answers
30 views

HttpURLConnection cipher error : Could not find cipher suite

I am using android facebook sdk. Its using httpURLConnection. while doing conn.readInputStream(). This error appeared to one of the user. It will really helpful if someone can put light on it. ...
1
vote
1answer
69 views

isSessionValid() returns NO when facebook native app installed

I have an issue with SSO using the Facebook SDK for Android. The problem occurs only when the native facebook app is installed. When it's not installed, everything works fine, specifically: Facebook ...
1
vote
1answer
276 views

Error while publishing photo on facebook wall using android facebook sdk

I am using official android Facebook sdk for publishing photo on wall but it crashes after sign in while allowing app permission to my account. I am using android 3.1 library for this app. following ...
1
vote
1answer
137 views

weird,not able to use facebook with android?

I am making simple app which is using admob to display ads.when i try to load facebook loginview it opens the background image that i am using in my app. The weird thing is that if i remove that ...
1
vote
2answers
106 views

Using Facebook Single Sign On (or other features) without the official Facebook app

I would like to integrate Facebook into an application - enable login using Facebook credentials (Single Sign On, to login to a third-party service), and also share some wall posts. The problem is, I ...
1
vote
3answers
292 views

Facebook new sdk - not able to get friends list

I am using the new Facebook-sdk and using the hackbook example to get the list of friends using FriendsList.java file. The Friendlist Activity gets killed everytime and I am getting this error in the ...
1
vote
1answer
446 views

How to handle facebook like with confirm in android webview

I am trying to implement facebook like functionality using android webview. It is working fine without "confirm" dialog. But its not working when like needs confirmation. Here is the code snippet i am ...
1
vote
0answers
232 views

Crash while downloading file with AsyncTask

I'm developing an app for Android to download the pic from all the friends. I successfully made my app logging in. Now, I need to parse a JSON and download some of the pics. Here the sources: ...
1
vote
1answer
408 views

How can I manage facebook permission in Android

I'm studying on an android app with using facebook api. I have two activity, first one is to select friends and second one is to send somethings friends wall . I'm getting permission in first ...
1
vote
1answer
412 views

Android facebook sdk implementation fails “an error occurred”

I'm programming an Android App that should use the Facebook SDK to add some social interaction with Facebook. My problem is, that the Authentication fails each time I try to run the app. The only ...
1
vote
1answer
106 views

Android deploy for release problem

Hello i have a problem when make release apk to upload to market There is a facebook integration in my application, use android facebook sdk. It work great in development time, both simulator and real ...
1
vote
1answer
1k views

Getting friends picture using facebook-android-SDK

I'm getting friends ids and names using mAsyncRunner.request("me/friends", new FriendRequestListener()); but I also need the friends profile pictures. I could loop over the friends to get them, but ...
1
vote
1answer
220 views

Facebook android, get application stream - Android

I'm currently working with Facebook official SDK for Android. I'm playing around with the advanced example app right now and I don't see how to make it get the applications wall/stream/status instead ...
0
votes
0answers
6 views

Parse's wrapped Facebook Object blocking or Non blocking

I have been using Parse for a few days. I use the Parse's login feature extensively. Primerily ParseFacebookUtils.logIn() for log the user in using his/her Facebook account. I used to strip out the ...
0
votes
0answers
18 views

FACEBOOK/TWITTER login no longer work on Android app after updating Facebook APK (login disappears immediately!)

I have an App that allows users to log in with their twitter, facebook, and gmail so I can send them updates to each. I just downloaded the newest facebook APK and now I every time I click on the ...
0
votes
2answers
41 views

Facebook authorize not working inside Android Asynctask or Thread

Working with facebook in Android. Sometimes my application is cashing in real time device when I tried to authorize Facebook in Android.not in emulator. I used the Android Facebook SDK. So I thought ...
0
votes
0answers
23 views

How to make a post on Page's wall without 'Like'

I'm developing an Android App. I do not want to force the user to 'like' my company Page before making a post. I have followed the way making post to friend's wall in the document and 'Hackbook' ...
0
votes
1answer
72 views

Facebook Android-SDK Posting Message Issue

I am trying to post a message to the users wall using the official facebook SDK for Android. parameters.putString("method", "feed"); parameters.putString("link", ...
0
votes
0answers
75 views

Nobody's solution is fixing my “Key access_token” expected byte[] error when uploading photos to facebook

I am trying to upload a picture to Facebook. Unfortunately it won't upload and I'm getting this in my log. 02-04 18:57:16.293: E/AndroidRuntime(462): java.lang.OutOfMemoryError: bitmap size exceeds ...
0
votes
2answers
138 views

Failed Facebook Authorization Android SDK

I am trying to make a class to handle all my interactions with Facebook. I am passing the the Login activity I created to the FacebookConnector object (the object in question) to store the ...
0
votes
0answers
20 views

Android Facebook SDK - onActivityResult flakey on HTC Flyer…not on DroidX though

I have been following the example code provided by Facebook for implementing this SDK. I have noticed different behavior on different devices. For some reason, my DroidX is working great, but when I ...
0
votes
1answer
88 views

I am trying to upload an image to Facebook but get “Key format expected byte[]”

I am using Facebook's API to create a new album with a picture from my android app but I keep on getting these annoying errors that make no sense. I have done some research but have come up with ...
0
votes
1answer
44 views

Use facebook data to register on XMPP server

I'm trying to develop a multiplayer game. It connect the user to facebook and it gets the facebook user id to register and login to my XMPP server. Now, I use the user id as user and password, but it ...
0
votes
2answers
130 views

facebook.authorize with the android sdk does not call onActivityResult

I'm trying to call the facebook authorization from my android activity, but for some reason it never calls the onActivityResult as it should. I followed the official tutorial ...
0
votes
1answer
104 views

Facebook Android SDK request parameters: where find documentation?

Good evening. I'm developing an android application that uses Facebook SDK. I've no problem with user oauth authentication and I've no problem using the SDK to add a simple status update on the user ...
0
votes
0answers
29 views

Android Facebook, unable to open another view for facebook login

I am using the Facebook SDK in order to post on the users wall. In my app I'm using a surfaceview that is using a thread to write to the canvas with lock and unlock. When I try to open the ...
0
votes
0answers
38 views

android game activity on facebook timeline

This is my first Android integrated with Facebook SDK for Android. Please help, any helpful information will be very helpful. Now, I could post messages on the timeline via facebook.dialog(this, ...
0
votes
0answers
59 views

Facebook friends information with Facebook Android SDK, JSON breaking

got stuck in a situation.I'm totally new to android. I used Facebook Android SDK https://github.com/facebook/facebook-android-sdk i followed this tutorial ...
0
votes
0answers
129 views

Crash during facebook authorization

I have implemented facebook api in my aplication. I have got crash during authorization after putting login and password on Android 2.1. This not occur when user approve permissions on the other ...
0
votes
0answers
87 views

How to integrate LIKE social plug-in Android?

Guys how to implement facebook Like functionality with SSO enabled in Android?
0
votes
1answer
96 views

Trouble with accessing friends using Facebook-Android SDK

I have been struggling with android and the Facebook's graph API and I'm sure this is a piece of cake for intermediate programmers. What I want is a very simple Android application that logs in a user ...
0
votes
1answer
81 views

It is possible to publish status (programatically) on twitter/facebook using the twitter/facebook official apps installed on the phone?

I need that my app publish new status on twitter and facebook, but i need to do it without authentificating the user into facebook/twitter. I need to use the official facebook/twitter applications ...
0
votes
0answers
81 views

Facebook Android SDK Call facebook.authorize when a Facebook request fails

I am trying to call facebook.authorize whenever a request made by my app to facebook fails. But it throws a Can't create handler inside thread that has not called Looper.prepare() inside listener ...
0
votes
1answer
120 views

Has anyone succeeded in uploading an image (not a url) via Facebook's SDK?

I am looking all over the place for an end to end *working example of using the Android Facebook SDK to upload an image to a user's wall. I've succeeded in doing this with a link to a web accessible ...
0
votes
1answer
53 views

Android Facebook SDK

I am working with Android Facebook SDK and wanted to get a friends list. I have created an "AsyncTask" for doing such a thing. I am pasting my doInBackgroundMethod here. @Override protected ...

1 2