Any clue on how to setup the facebook SASL authentication in XMPPFramework for iPhone.
I dont need to get the accesstoken. I have the accesstoken already. So I can use it.
Update: I started implementing this documented way But got stuck up with this stack overflow issue
XMPPFramework was recently updated to work with the Facebook OAuth2 changes. Instructions explaining how to configure the integration are in the project wiki and there is now a sample Facebook test application.
Related
Dear Xamarin developers,
I'm new to the Xamarin world and I like Xamarin.Forms.
When a developer find out a new platform (for me Xamarin(.forms)) he/ she wants to let the user login via OAuth (Facebook/ Google/ Twitter).
For Xamarin you have Xamarin.Auth, but I can't get it to work with Facebook or any other provider.
And for Xamarin.Forms there is no library or guide to do this.
So my question is; how do I implement OAuth(2) in Xamarin.Forms to use Facebook as provider?
Thanks in advance,
Theo
I have used Xamarin.Auth to authenticate against Dropbox with OAuth2 following this guide https://developer.xamarin.com/guides/xamarin-forms/web-services/authentication/oauth/.
As the documentation of the API was not sufficient when it came to error handling, I pulled the branch https://github.com/xamarin/Xamarin.Auth/tree/portable-bait-and-switch from Xamarin.Auth at github to be able to debug it. Later I switched back to the nuget version once I understood the main problems.
For Microsoft Authentification, I had to redefine some of the methods to be able to use it.
Hope this helps to get you started.
I saw some documentation here to create token based authentication.
http://devdocs.magento.com/guides/v1.0/get-started/authentication/gs-authentication-token.html
But i cant make it work. The urls in this example are not working.
I am new to magento. Please help in integrating token authentication, because i have to integrate it with mobile app.
Which Magento version are you using? I ran into the same problem until I found out that the token based authentication is available for Magento 2 which is still in Beta while I'm posting this. I'm currently using Magento 1.9.1.1 hence the 404 ;)
There is no direct way to use token based authentication on the Magento 1.x version. You need to write this functionality to you for your own. You can also follow this article for more details.
https://www.ipragmatech.com/magento-token-base-rest-api-for-authentication-and-authorization
Hi Anyone help me out in this issues it would be very appreciated , and it would be better myself , please review my task.
1) I started the iOS application in the useful platform windows azure.
2) After i successfully build the lets-started iOS Project with my own Table.
3) I added the code snippet for user authentication and using the facebook identify but what url i have to do in facebook developer page App Domains with out i use this filed im getting below error in simulator. EROOR : Given URL is not allowed by the application configuration.
Regards ,
Shiv Suthan M
Specific instructions for setting up Facebook auth including the URL and settings that should be used in the Facebook configuration page can be found here: http://azure.microsoft.com/en-us/documentation/articles/mobile-services-how-to-register-facebook-authentication/
I want to develop application where user can log in with Facebook OpenID( same functionality as provided by stackoverflow) in rails application. Please suggest me any tutorial or gem for this.
Try Omniauth? Just try and watch tutorials..
From Github to get Omniauth source
Many Tutorials about Omniauth
Facebook authentication with omni-auth tutorial
Good luck!
I am working on one sample app in which I need to use Google Docs API. I have found GoogleDocs demo app. But I am facing one authentication issue in login process. I am getting following error.
<GDataServiceGoogleDocs: 0x1e4f00> objectFetcher:<GDataHTTPFetcher: 0x1eb930> failedWithStatus:403 data:<errors xmlns='http://schemas.google.com/g/2005'><error><domain>GData</domain><code>ServiceForbiddenException</code><internalReason>403.4 SSL required</internalReason></error></errors>
and so I am not getting access token from Google.
I did some research regarding but not getting success.
If you are using http in your urls, please change to https. In general all
your requests to the APIs should use https.
Please refer to this link.
Based on "SSL required": did you try the https: schema in your query URL?