Changing the permission for android facebook app - android

I have a Facebook app which was working fine till some time back. From past few days i am not able to get the notifications. i get a response saying permission is required. I wonder i was able to get the notifications earlier,if i didn't have the permissions. Is it that the facebook has changed their api. I am using the rest api for notifications.

Related

Getting Facebook Notification in android app

I'm trying to develop an app to get my Facebook and twitter notification simultaneously. I can authenticate using Facebook SDK 4.18 and Fabric API for twitter.I can update status and tweet simultaneously. All the reference I've searched so far, some of them are not up to date.
Here (https://developers.facebook.com/docs/graph-api/reference/user/notifications) it is said that(regarding notification)
*
Reading
You can't perform this operation on this endpoint.
*
Will it not be possible to get Facebook notification?
I understand the reason why I can't get notification. I've used Facebook SDK for making a thirdparty app. If Facebook give me permission to read the notifications, it becomes a privacy issue. So I can only post status on behalf of the app but can't get notifications.

Parse-Sinch integration unable to send messages to users created using Parse's data browser

I am trying to integrate Parse with Sinch using the source code in Github. Everything works fine as long as the user is signed up using the Android API ParseUser.signUpInBackground(). However when I create a Parse user using Parse's website, I am unable to send messages to the newly created user. I am getting an error "User does not exist". This happens too if the user has signed up using Facebook and Twitter. I also observed that when you do a login to the newly created user then the issue is gone.
This is because sinch doesnt know about that user yet, you need to login in an app and start the client once so sinch know where to send messages and incoming call notifications.

Fetching facebook notifications in android app

I am creating an android application for fetching Facebook notifications. Here, once the user is logged in, I want to fetch the user's Facebook notifications and display them in my application.
How is this possible?
I saw a sample code in developers.facebook.com, but it requires manage_notifications permission. I am confused about adding that permission.
When i run the application, I got this message in my log:
an active access token must be used to query information about the current user.
How to fix this ?

How to send Request in android facebook 3.5 api?

I am making an android application in which I have to send request to friends of user.
I am using following link https://developers.facebook.com/docs/android/send-requests/
it is working correctly it show dialog with friends allows selecting people and sending request. but request is not received on receiver end.
Can any body help me it will be really helpful.
People can see the received request with notification only if they have the same app installed on android device and facebook application is also installed there. If you do define canvas for your app and put some content there, then request notifications will be shown in the facebook web page.
Still, even if canvas isn't defined you should see the request appears in the App Center tab.

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 someone shares an item on the user's wall there is no notification returned from my request. So far I've seen this happen with sharing pictures and sharing video. I've tried using FQL and the Graph Explorer and neither one returns the notification, however on the user's facebook page it shows up.
I do have the manage_notifications permission and can see notifications of wall posts, invites to events, likes or comments on photos the user posted.
It appears that this is the same problem as: Missing items in Notifications response but that's over a year old without an answer.
Apparently Facebook updated the graph api, this is now working with no changes needed on my end.

Categories

Resources