0
votes
0answers
7 views
Android - Facebook API : post image
I'm building an app that allows Facebook users to create new events. I noticed that I can't create an event and add an image to it in a unique Graph API call. So I make another call to post the image: ...
0
votes
0answers
11 views
Error while fetching user profile from facebook api
I am integrating Facebook with my application.
However, i succeed to log-in user but when i try to fetch user profile data; it shows following error.
{"error":
{"message":"(#10) Application does not ...
1
vote
1answer
33 views
Does Facebook API allow sending and accepting friend requests?
I have tried to comb through the Facebook Developers documentation http://developers.facebook.com/ but haven't been able to answer this question.
I would like to be able to send Facebook friend ...
0
votes
0answers
18 views
Facebook SDK 3 on Android :: Discover if Friend has App installed
I am developing an android mobile application with Facebook SDK 3 integration.
Users of my application have the option to login using their existing Facebook account.
Users of my application can also ...
-4
votes
1answer
30 views
Facebook contact error [closed]
I have a very big problem with facebook and its related to contacting as I can't contact facebook on any possible way.
I tried with various accounts and sections ( help center, feedback, sales team ...
2
votes
0answers
17 views
android: I am implement photo post on wall for facebook.when run in Emulator it works fine but not work in device?
I am implement photo post on wall for facebook.when run in Emulator it works fine but not work in device?
Its show on device ERROR: Invalid android_key parameter.The key 3x3UBQp16... does not match ...
0
votes
0answers
6 views
Graph Api response language
Is it possible to define language of response in Graph Api. For example I'm reading users notifications but it's always returning notification in English not in user's language, is it possible to ...
0
votes
1answer
20 views
Invite a friend to app using Facebook Graph API
I'm trying to invite a friend to use my Facebook app, using the "apprequest" method, as described in this link: https://developers.facebook.com/docs/reference/dialogs/requests/.
However, only friends ...
0
votes
0answers
19 views
Why am I getting null pointer in the getGraphObject when trying to post a image to facebook from android?
I am trying to post a photo from an url to the facebook. So, I have a method that converts the image located in the provided url to a bitmap, after that I want to publish the image to the facebook ...
0
votes
0answers
32 views
Posting a plain text on friend's wall not working from my app
I am using graph API in my app for communicating to Facebook server. For posting plain text, I am using post request with "userId/feed" API. I am getting "Success" acknowledgement from the server, but ...
0
votes
0answers
22 views
Is facebook app and the sample code of facebookSDK incompatible?
Is there a compatible problem between facebook app and the sample code of facebookSDK ?
I have encountered the problem that when I has installed the facebook app then I cannot run the sample code of ...
0
votes
1answer
66 views
Android Facebook API: POST event with picture
In my app I allow users to post Facebook events . I also want to attach a picture of the event
in the POST request i made, but i don't know how to do it.
I read the documentation ...
-1
votes
0answers
64 views
How to get new Facebook posts using Facebook sdk for android? [closed]
I want o regularly check for new posts or feeds in my Facebook news feed? What is the most efficient way to get only new feeds after my previous call. I have Facebook SDK and session already ...
-5
votes
1answer
39 views
Facebook User's liked movies [closed]
I am new to android applications and I have to built an android application which login to user's facebook profile and get all user's liked movies genres. I find out from graph api explorer that i can ...
-9
votes
0answers
169 views
Facebook Api (in android ) with chat [closed]
I am working with facebook API in my Android App,I wish to Know About Facebook Chat Api Functionalities like
1.Is there any method or it Support Facebook Chat is turned on/off?
2.Can i send chat ...
0
votes
2answers
36 views
how do facebook android sample apps work without debug hash?
When I create a facebook app to authenticate android devices, I have to put in a debug hash for testing as well as a hash for my production keystore.
Facebook samples apps on the other hand are ...
1
vote
1answer
57 views
How to Send Request to all facebook friends in facebook 3.0 android
i have to send app request to all friends here i am using this code for send request to only one friend it's working fine but i want to send request to multiple/all friends
private void ...
0
votes
0answers
65 views
How to post a Like and Comment on photo facebook sdk 3 for Android
I want to know how to post a like and comment on a photo,I can provide photo id and current active session. So please let me know to do it.Any sample code??
0
votes
0answers
8 views
Friend's albums are not syncing until friend also use(login to) my app
We have a fb application for android and we are working for it from past one year.
We have observed a weird behaviour since past 2+ months. Friend's album are not syncing until friend himself uses or ...
0
votes
0answers
82 views
Facebook integration in Android APK
I have problem like how to send Game Feed from android aplication.
How to send somethink like that:
1. Frends of user can see it in Game Activity, in Last Activity
2. How to send Message from APK to ...
0
votes
0answers
26 views
Login to facebook on simple button click and set permisions in android
I m using Facebook SDK for Android version (3.0.1) to login to facebook i m using button
<com.facebook.widget.LoginButton
android:id="@+id/authButton"
...
0
votes
1answer
46 views
facebook android sdk, permissions to public to stream with photo
I want to publish to a user's stream/timeline/wall
This will contain and image and a link and text, maybe text of the user's choosing. Anyway what permissions will I need to do this?
publish_stream
...
0
votes
3answers
51 views
Search Facebook api not working with email
Is there any way with Graph api of Facebook using which I can pass an email parameter and I can get at least Facebook profile page and Facebook Id of the user?
E.g If i have an email xxx@gmail.com ...
0
votes
1answer
69 views
signed apk file can not login with facebook SDk3
I finished my application and every thing works fine but after i signed my app to publish it on google play the signed apk can not login with facebook and i tried below methods to solve this issue but ...
0
votes
1answer
33 views
Facebook videos & images in App
Hello want to extend a App which i'm building with facebook.
In this App i was thinking of a special page with only the facebook videos and also a special page which shows only the photos from a ...
0
votes
1answer
54 views
How to use Facebook SDK to post article to specific friend's wall? [android]
I was a beginner of facebook SDK.
I have reference the facebook SDK sample inside "HellowFacebookSampleActivity"file
and know how to use Request.newStatusUpdateRequest (post to the user's own Wall)
...
0
votes
0answers
58 views
Facebook Activity Feed in Mobile Game (iOS and Android)
I'm wondering how to feed an Game Activity on facebook from my mobile application(android game).
I know hot to make a post in the wall in facebook but I want directly to post in GameActivity not on ...
0
votes
1answer
54 views
Facebook Graph API: Attend to event always returns responseCode: 200, false
I'm trying to Attend a facebook user to an event, with
Request.executePostRequestAsync(...)
but the server always returns with the following:
{Response: responseCode: 200, graphObject: ...
0
votes
1answer
25 views
Why do shared items not show up in Graph API notification requests
I am currently implementing an android application that checks a user's notifications periodically using the Graph API using the following query: /me?fields=notifications
I've noticed that whenever ...
0
votes
0answers
31 views
Upload Video To Facebook Page give an FACEBOOK_NON_JSON_RESULT
I uploaded video to facebook account main timeline successfully but when I am trying to upload video to facebook page using facebook Graph API (page access token)
from android native application. (use ...
0
votes
1answer
46 views
Facebook SDK: (Request) How to detect cannot connect to the server or no internet connection
I am implementing in Android (Java).
I want to throw an appropriate error message when cannot connect to the server. (Either the server is down or there is no internet connection.)
It seems when ...
1
vote
1answer
24 views
RequestBatch.Callback onBatchCompleted() not called
Having trouble using facebook graph API library for android when sending a batch of requests.
Not getting a callback when running this code:
RequestBatch requestBatch = new ...
0
votes
1answer
32 views
facebook login and single instance launch mode
My app currently has launch mode as single instance. I wanted to include a facebook login into it. But facebook login works only when the launch mode is not single instance.
Is there any way that I ...
0
votes
1answer
57 views
Facebook native Android API generates error for non-admin users
I wanted to obtain user access token for my application to access logged-in user's photos etc. I created a login button as given on facebook android SDK tutorials. I am able to get access token for my ...
0
votes
1answer
19 views
FacebookSDK for Android: How to store the GraphObject from a Response as a member variable for later access
I have declared a class which has the following member variable:
GraphObject myFeed;
Within that class, I am working with the OnCreate(Bundle) method:
@Override
protected void onCreate(Bundle ...
0
votes
1answer
56 views
Facebook 3.0 issue with login
I trying to understand how the facebook 3.0 SDK login proccess is working.
I walked through this tutorial. every thing works fine, but how should I continue? Lets say that after loging in I want to ...
3
votes
2answers
167 views
Android Facebook SDK 3.0 issue while getting user email
I Have implemented Facebook SDK in my application but i am not getting user email (I think i need to set the permission to get user email - according to this) but somehow it's not working for me can ...
0
votes
1answer
48 views
Facebook get users pictures from fan page
I'm working an Android application and I need to get 6 pictures of latest users that join the fan page.
At that stage there is no specific user authentication.
I thought to use FB open graph.
How can ...
1
vote
2answers
132 views
How to get facebook user access token in android?
I am using restfb API to access my friend's photos in Java. And to access these photos, I generate access code manually using Graph API explorer and pass this as a parameter to the restfb API call.
...
0
votes
0answers
44 views
Post to more than one friend's wall using Facebook Sdk for Android?
How do we post to more than one Friend's wall using Facebook Sdk for Android ?
In the publish feed dialog, "to" parameter is taking only one ID. How do we pass an array of IDs to it and publish to ...
0
votes
0answers
35 views
Can not retrieve friend of friends list in my facebook android application
Hy guys,
I want to retrieve friends of friends list so i wrote below method to do that. The below method works fine when i logged by test user but in case of real user it return error although in ...
-1
votes
1answer
39 views
Determine when a facebook friend shared post of specific type?
In my android app I want to know the time OR (Limit offset to get stream) when a specific friend shared a post of specific type say video. For example I want to know the time or (Limit offset of ...
0
votes
1answer
24 views
How to get the video feeds shared by specific friend facebook
I need to fetch only video feeds shared by a specific friend what i searched and found is that i can fetch feeds of a specific friend using uid/feed but it gives me all the feeds but not only videos.
...
0
votes
1answer
104 views
Facebook Feed Integration with Android app. [Feeds getting duplicated]
I have successfully integrated Facebook feed in my android app.
I can get 20 feeds of a page that I am giving in a url using facebook4j-core-1.1.0.jar library.
What I am facing the issue is that, I've ...
0
votes
1answer
40 views
Filtering photos in facebook using graph api does not work
The route me/home?filter=app_2305272732 should work for photos but when I try that, I am getting active access token required error, but if I just hit me/home then it works perfectly.
Also, I tried ...
1
vote
1answer
32 views
stream feeds older than an month are not returned using FQL
I am getting stream feeds using this query
SELECT
post_id, source_id, actor_id, target_id, message, attachment,
permalink, type , created_time,timeline_visibility,updated_time
FROM
stream
...
0
votes
1answer
102 views
upload / post video by facebook sdk 3.0.1
all the code i saw until now not working with sdk 3.0.1
like this code :
Is uploading videos from an SD Card to Facebook possible with the Facebook SDK?
i think this because facebook change util ...
0
votes
0answers
47 views
upload mp4 video with facebook sdk
after long time of searches on google for how to upload video to facebook i discover that facebook not explain this issue...
the popular and reliable code i find is here :
Is uploading videos from an ...
-3
votes
0answers
50 views
(#200) Requires extended permission: read_stream [closed]
Have added read_stream permission on facebook app which I am trying to acess and even checked for matching of app ids but still I am not able to get rid of this error. Is there anyother thing which I ...
1
vote
0answers
37 views
Android - Facebook status update
I am using EasyFacebookAndroid SDK to update user's stats at Facebook.
I tested the method setStatus(String message) form GraphApi class to post a simple message and worked well.
However, I would like ...


