This question already has answers here:
Google plus API for posting on wall like Facebook
(3 answers)
Closed 9 years ago.
How to post text message to google plus wall using google plus api access token ?
I need to use multiple user login to google plus.
You need to use Google+ API. Here's the link to the wrapper for iOS.
Related
This question already has answers here:
User Google Api with Firebase auth
(2 answers)
Is it possible to add events to a user's google calendar (via my server) after some event in my application?
(1 answer)
Closed 2 months ago.
So I'm writing an iOS app and I need it to interface with google sheets. I am able to get my app to be able to be logged into with google through firebase. However, previously, when I made the android version of the app, I didn't use firebase. Is there a way to use the firebase credential to create the google sheets service for iOS? Thanks!!
This question already has answers here:
Facebook Graph API v2.0+ - /me/friends returns empty, or only friends who also use my application
(8 answers)
Closed 5 years ago.
I want users to invite facebook friends by using FBSDKAppInviteContent and FBSDKAppInviteDialog, but the Facebook friendList is not total.How can I get the total facebook friendList?
You can't get all friend list on your facebook login account,b'coz of facebook terms and privacy, you can get friend who logged in your Application using facebook sdk, so you just get list only your application user list through facebook sdk. for more info preferred below link
This
This question already has answers here:
Facebook Graph API v2.0+ - /me/friends returns empty, or only friends who also use my application
(8 answers)
Closed 6 years ago.
Recently I have a requirement for getting all user's friend in facebook. I am successfully able to generate auth_code (with scope: user_friends) , access_token.
Now When I am calling to {user-id}/friends end point , It is not returning users all friends, It only returns on the friends who are authenticated with that app. Is there any way in the new graph api to get all the friends of a user.
A friend list - an object which refers to a grouping of friends created by someone or generated automatically for someone (such as the "Close Friends" or "Acquaintances" lists).
/{user-id}/friendlists
This question already has an answer here:
Is it possible to login in twitter within an iOS app and not use the twitter account that is stored in the settings of the device?
(1 answer)
Closed 8 years ago.
I am developing an iOS 7 application that allows users to connect to their Twitter accounts. Should I follow the same process as creating a Facebook application and register it ? Is there any SDK that allows to authenticate via Twitter ?
You can either use the Twitter account defined by the user in iOS Settings, or register your own Twitter application on https://apps.twitter.com/.
You can use the third-party library STTwitter in both cases.
This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
Facebook API - How to get user’s address, phone #?
Is it possible to get friend's phone number and email if the user grant permission to the app?
Facebook doesn't provide Facebook friend's phone and email under privacy policy.
All you can get from yourself or your friend is here.