which facebook permission will be required? - android

I have an android application and want to add a functionality "Add Friend" . Suppose I have logged in using Facebook Credentials so on clicking "App Friend" I will get list of my Facebook friend who are also using same application using their Facebook credentials. I just want to know which facebook permissions will be required

Refer to the facebook developer doc. You need user friend

Here is facebook graph api references, and as I understood there is no ability to make friend request by graph api.
https://developers.facebook.com/docs/graph-api/reference/user/friends
Update
Facebook invite dialog is deprecated, you can only get the list of user whose using the app

Related

How to display Facebook events on an android app?

I am making a calendar application and I want to be able to display the events that are linked to my Facebook account. Now, I know that I need the Facebook SDK for that and I already installed it, but I don't know what the next step is..
first you need to access facebook user information after accessing these informations you can easily link them to your calender app
Check these links for taking image of user profile similarly u need to get all details of Users.
Image of Logged User...
Friends Birthday list...
Integrating facebook in your Application :
Github for Facebook.
Include Graph API for Facebook to access user information
use graph API and use
211600268?fields=id,events,friends.fields(events)
the id used above should be replaced by your own facebook id

Login with Facebook option trigger suggest to download an app

Yesterday I logged in to Airbnb with my Facebook account on my OSX. Shortly later I got a notification both on my iPhone and computer saying
"Airbnb is available to install on your iPhone"
My question is, does anyone here know how this was done? Is this a feature available to anyone who creates Facebook login? Any advice on how this was done is well appreciated.
Sincerely
Axel
I bet the notification is sent to you by Airbnb, right? If so, it's pretty easy to do. You give your facebook account information to Airbnb by login with facebook in there webpage. Then they just send a graph api request to facebook with your authorization access token, and you get an notification. For details you can refer to doc here: https://developers.facebook.com/docs/games/notifications
I found out what I was talking about. Facebook is adding a new feature which ask users if they want to get a link to the mobile app.
This is in Beta right now but you will automatically eligible for the feature if:
You have integrated the new Facebook Login on your website. You must be using at least version 2.0 of the Graph API and Login Dialog. Send to Mobile is not available for apps which invoke the Login dialog using Graph API v1.0.
You have integrated Facebook Login into your iOS or Android app. The "Single Sign On" switch within iOS and Android section of your app's dashboard must be set to "Yes"
Added your iOS App Store ID and/or the Android package name under which your app is listed in Google Play to your Facebook app's dashboard.
https://developers.facebook.com/docs/facebook-login/send-to-mobile

Unable to login in fb in android custom app through graph api for another account

I developed an android app which consists facebook login through graph api.
I created the new app in facebook developers from my account and corresponding app_id is configured in android. So here I am able to login with facebook with my account successfully.
But if I ask other user to login it is throwing below error.
App not set up: the developer of this app has not set up the app properly for facebook login
So what is missing here to make it login for all fb users.
Could someone please guide me to reach my intention. TIA.
To make Facebook login working on other's account you need to make it available in the facebook developer console.
Do you want to make this app and all its live features available to the general public?
Turn that to yes and app is available to all the users.

Facebook Graph API Integration into my API

I am developing an API that will be used solely for a mobile app, the mobile app allows users to log in via facebook and grant the app permission to access the users facebook friends list and post on their wall.
However I have some confusion as to where I integrate into the API and where the app developers integrate. I assume the login with facebook part is done by the app developers, who then pass the facebook access token into the API for it to store/retrieve friend list and make posts on the users wall.
Am I correct in assuming this? And if so can I test my part the implementation by retrieving friends list without having the app developers do their part first?
Thanks
First you have to register your app with your facebook id in developer.facebook.com then you will get the app id which you have to put into facebook login that generate access token for the process
To make any call to the Facebook API you need an app ID. after receiving it, you can make calls to the API from your controller using the Facebook php SDK

Simple Application to make login in Android using Google, Facebook and Twitter

I'm looking for develop a simple application on Android to sign the user using either Google account, or Facebook account or Twitter account or a tipical registration inserting few personal data from the user.
Do you have any suggest to do it? Where can I find an easy tutorial for each account?
My idea consist to develop a menu as a menu in this site to login on it but into a application android.
I hope to have been clear, this is my first time in Stack Overflow.
WEll what you can do to create different menu Items for Facebook, Google , Twitter. Also you need sign-post library to sign your request. Suggest you to have a look through OAuth model.
There are no any method by which you can be make own login window. For login you should be follow this url. There is the example and Facebook api by which we can login in Facebook and make own Facebook Apllication also.

Categories

Resources