Login with a Google+ account - deezer

It seems like the Deezer android sdk doesn't provide Google+ authentication.
Is there a way for users connecting to Deezer with Google+ to access their account through the SDK?

Related

how can use disqus to login in my mobile app?

Is it possible to use the Disqus login system to login to my mobile App like it happens with Google, Facebook, Twitter ?
I'd like to let my users login to my mobile App using Disqus accounts.
I can't find any documentation.

How can i dissociate(remove) Ad account from my Facebook app using Facebook API?

I want to remove Ad account from my facebook application using facebook API. This process can be done from the app manager.

Facebook SDK Login

We have an app that integrated the facebook login, recently we had received an email from Facebook stating the following:
"1. Your Android or iOS app does not use our native SDKs to initiate Facebook Login. We suggest you implement our native SDKs so that people who are already logged in to their Facebook accounts don't have to log in again. Note that starting October 2, using our native SDKs for login will be required by Facebook Platform Policy I.3. For more information on this, visit:https://developers.facebook.com/docs/facebook-login/using-sdks/"
But the fact is, our app uses the following for login
session openWithBehavior:FBSessionLoginBehaviorForcingWebView
Which obviously is a function PROVIDED WITHIN Facebook's SDK
And also the app does not require the user to re-log in if he/she is already logged in. We tried to contact FB for clarification but they had not replied since. So can someone tell if our app's facebook login needs to be changed? Or has FB "wrongfully accused" us?

Login Foursquare Api using facebook credentials

I am having this problem while building one iPhone app that connects using Foursquare. Its works fine with me to connect by using foursquare credentials but now my client want facility to login foursquare using Facebook credentials just like foursquare is doing in their native iOS app as well as on Website.
For Login i am using foursquare v2 api with oAuth login.
Can any one help me out to solve this issue?
According to Foursquare developers, "You can't use facebook credentials to access foursquare, you'll need the user to specifically authenticate your application to access their foursquare information".
Edited because I typed Facebook when I meant Foursquare

Uploading photos to facebook, Facebook App or Facebook Connect?

I am working on a website that allows people to upload photos to their facebook account (as if the user manually uploaded those photos to facebook), and the uploaded photos will be hosted on facebook instead of my server. Should I develop a facebook application or use facebook connect?
When you use facebook connect, you actually create a facebook application that will make it possible to "communicate" with facebook from your website.
You should know that a facebook application runs in facebook while facebook connect gives you the possibility to link whatever you have in your website to Facebook.
Though, I'm not sure if what you want to do is doable using the Facebook connect API.