<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>easyoauth Discussions Rss Feed</title><link>http://easyoauth.codeplex.com/discussions</link><description>easyoauth Discussions Rss Description</description><item><title>New Post: library not working</title><link>http://easyoauth.codeplex.com/discussions/387872</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Some service provider requires different access token when you use different devices (like PC, phone, tablet, etc.).&lt;/p&gt;
&lt;p&gt;If service provider requires it, you must create device specific access token and save it into database, when user use different device, you must fetch correct access token for user's device to access services.&lt;/p&gt;
&lt;p&gt;If you want to confirm user has access token stored in db, you can use cookie to persist user's state (I use this method at several cases).&lt;/p&gt;&lt;/div&gt;</description><author>regionbbs</author><pubDate>Tue, 23 Oct 2012 07:23:43 GMT</pubDate><guid isPermaLink="false">New Post: library not working 20121023072343A</guid></item><item><title>New Post: library not working</title><link>http://easyoauth.codeplex.com/discussions/387872</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;Ming Chung Chu,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;I must appreciate all the great work on this project that you have put, this is incredible, very well written and solid,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I tried this library and found that its broken / not entirely working.&lt;/p&gt;
&lt;p&gt;I have tried creating a patch for it but did not create a fork for it yet, check out T_A from my project list,&lt;/p&gt;
&lt;p&gt;also i am curious to know following&lt;/p&gt;
&lt;p&gt;Flow: Sucessful Auth&lt;/p&gt;
&lt;p&gt;Scenario: Returning User&lt;/p&gt;
&lt;p&gt;When the persistance type is db and the auth is sucessful, values get stored in db for o_auth_token, security_token, access token etc, when a registered user returns to the site how to identify that the user exist without creating a new oauth_token,&lt;/p&gt;
&lt;p&gt;the way you tried solving it was with IP but as you know thats not the rock solid approach as user may use different devices or locations or machines to use the service..&lt;/p&gt;
&lt;p&gt;any thoughts?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;regards,&lt;/p&gt;
&lt;p&gt;Vishal&lt;/p&gt;
&lt;/div&gt;</description><author>vishalishere</author><pubDate>Tue, 24 Jul 2012 01:18:29 GMT</pubDate><guid isPermaLink="false">New Post: library not working 20120724011829A</guid></item><item><title>New Post: 關於重複使用Access Token</title><link>http://easyoauth.codeplex.com/discussions/354727</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;你是用哪個 provider 產生的 access token，就用那個 provider 來使用 access token。&lt;/p&gt;
&lt;p&gt;是 Plurk 產生的，就用 EasyOAuth.Providers.Web.PlurkClient&lt;br /&gt;是 FB 產生的，就用 EasyOAuth.Providers.FacebookClient&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>regionbbs</author><pubDate>Mon, 07 May 2012 07:30:34 GMT</pubDate><guid isPermaLink="false">New Post: 關於重複使用Access Token 20120507073034A</guid></item><item><title>New Post: 關於重複使用Access Token</title><link>http://easyoauth.codeplex.com/discussions/354727</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;您好,我是使用Web Client的部份, 程序跑到最後會回到&amp;nbsp;Accepted.aspx 在這個頁面上可以呼叫LoadProfile 但是我想把回傳回來的Access Token 存下來並且在別的地方使用,&lt;/p&gt;
&lt;p&gt;但我不知道該如何使用原有的Access Token來 New&amp;nbsp;EasyOAuth.Providers.Web.PlurkClient 或是&amp;nbsp;EasyOAuth.Providers.Web.FacebookClient&lt;/p&gt;
&lt;p&gt;謝謝&lt;/p&gt;
&lt;/div&gt;</description><author>terrychen0518</author><pubDate>Mon, 07 May 2012 03:29:41 GMT</pubDate><guid isPermaLink="false">New Post: 關於重複使用Access Token 20120507032941A</guid></item><item><title>New Post: how to access user profile</title><link>http://easyoauth.codeplex.com/discussions/324986</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;You can use LoadProfile() API implemented by service provider after you have completed OAuth process and archived access token.&lt;/p&gt;&lt;/div&gt;</description><author>regionbbs</author><pubDate>Sun, 19 Feb 2012 14:48:58 GMT</pubDate><guid isPermaLink="false">New Post: how to access user profile 20120219024858P</guid></item><item><title>New Post: how to access user profile</title><link>http://easyoauth.codeplex.com/discussions/324986</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;just started to use this wonderful API but was just wondering, after login through google/facebook or any such third party, on callback url page how can we access user's profile information saved in facebook or google?&lt;/p&gt;
&lt;/div&gt;</description><author>realfantasy</author><pubDate>Sat, 18 Feb 2012 12:20:11 GMT</pubDate><guid isPermaLink="false">New Post: how to access user profile 20120218122011P</guid></item><item><title>New Post: rolls</title><link>http://easyoauth.codeplex.com/discussions/305209</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;This framework just provides authentication process of OAuth between and service provider.&lt;/p&gt;
&lt;p&gt;If you want to consume service and data provided by service provider, please refer API documentation of service provider, and call it by Invoke() method.&lt;/p&gt;
&lt;p&gt;Reference:&amp;nbsp;&lt;a href="http://easyoauth.codeplex.com/wikipage?title=What%27s%20new%20in%20EasyOAuth%20Framework%202.0%20SP1&amp;amp;referringTitle=Documentation"&gt;http://easyoauth.codeplex.com/wikipage?title=What%27s%20new%20in%20EasyOAuth%20Framework%202.0%20SP1&amp;amp;referringTitle=Documentation&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><author>regionbbs</author><pubDate>Sat, 11 Feb 2012 07:56:36 GMT</pubDate><guid isPermaLink="false">New Post: rolls 20120211075636A</guid></item><item><title>New Post: rolls</title><link>http://easyoauth.codeplex.com/discussions/305209</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;please can we have an exmple of how we can get all the contacts of the user once signed in.&lt;/p&gt;
&lt;p&gt;Many thanks&lt;/p&gt;
&lt;/div&gt;</description><author>roller</author><pubDate>Fri, 10 Feb 2012 22:53:34 GMT</pubDate><guid isPermaLink="false">New Post: rolls 20120210105334P</guid></item><item><title>New Post: wp7 support?</title><link>http://easyoauth.codeplex.com/discussions/273590</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;This release is not yet available, some issues are pending to resolve.&lt;/p&gt;
&lt;p&gt;We will announce when release for Windows Phone is available.&lt;/p&gt;&lt;/div&gt;</description><author>regionbbs</author><pubDate>Wed, 25 Jan 2012 08:44:13 GMT</pubDate><guid isPermaLink="false">New Post: wp7 support? 20120125084413A</guid></item><item><title>New Post: wp7 support?</title><link>http://easyoauth.codeplex.com/discussions/273590</link><description>&lt;div style="line-height: normal;"&gt;&lt;blockquote style="padding-bottom: 0px; font-style: italic; margin: 0.25em 1em 0px; padding-left: 0.25em; padding-right: 0.25em; padding-top: 0px; border: #ccc 0.1em solid;"&gt;&lt;strong&gt;regionbbs wrote:&lt;/strong&gt;&lt;br /&gt;
&lt;p&gt;Current release supports Desktop (WPF and Windows Forms) and Web (ASP.NET) applications only.&lt;/p&gt;
&lt;p&gt;We are working for asynchronous operation required by Silverlight, include Windows Phone 7 and Mango versions.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Any update on WP7 support?&lt;/p&gt;&lt;/div&gt;</description><author>byronmhome</author><pubDate>Tue, 24 Jan 2012 21:51:49 GMT</pubDate><guid isPermaLink="false">New Post: wp7 support? 20120124095149P</guid></item><item><title>New Post: refresh token</title><link>http://easyoauth.codeplex.com/discussions/282052</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;1) Currently this function is not supported for token refresh.&lt;/p&gt;
&lt;p&gt;2) We will release service release 1 for invoke APIs of Service Provider soon, and you can get user ID by invoking method.&lt;/p&gt;
&lt;p&gt;3) Some service providers require to invoke method for token refresh, we will provide a method to do this (invoke method).&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;&lt;/div&gt;</description><author>regionbbs</author><pubDate>Wed, 07 Dec 2011 16:22:38 GMT</pubDate><guid isPermaLink="false">New Post: refresh token 20111207042238P</guid></item><item><title>New Post: refresh token</title><link>http://easyoauth.codeplex.com/discussions/282052</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I want to know the following:&lt;/p&gt;
&lt;p&gt;1) How to get&amp;nbsp;a refresh token&amp;nbsp;using this dll.&lt;/p&gt;
&lt;p&gt;2) How to get the different attributes of any request for e.g client id, verifier, etc.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;3) Also I want to know how to refresh&amp;nbsp;access token using this dll.&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>neerajsaini1982</author><pubDate>Tue, 06 Dec 2011 22:38:34 GMT</pubDate><guid isPermaLink="false">New Post: refresh token 20111206103834P</guid></item><item><title>New Post: acceptedRedirectUrl, failedRedirectUrl, callbackUrl, ...</title><link>http://easyoauth.codeplex.com/discussions/279549</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;This is confirmed by a search on source files:&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; font-size: xx-small;"&gt;&lt;span style="font-family: Consolas; font-size: xx-small;"&gt;
&lt;p&gt;Find all "AcceptedRedirectUrl", Subfolders, Find Results 1, "Entire Solution"&lt;br /&gt;C:\Users\jlchereau\Desktop\EasyOAuth\EasyOAuth.Core\Configuration\OAuthConfigurationHelper.cs(52): public static void GetOAuthWebConfiguration(out string AcceptedRedirectUrl, out string FailedRedirectUrl)&lt;br /&gt;C:\Users\jlchereau\Desktop\EasyOAuth\EasyOAuth.Core\Configuration\OAuthConfigurationHelper.cs(59): AcceptedRedirectUrl = oauthConfigurationSection.WebConfiguration.AcceptedRedirectUrl;&lt;br /&gt;C:\Users\jlchereau\Desktop\EasyOAuth\EasyOAuth.Core\Configuration\OAuthConfigurationHelper.cs(64): AcceptedRedirectUrl = null;&lt;br /&gt;C:\Users\jlchereau\Desktop\EasyOAuth\EasyOAuth.Core\Configuration\OAuthWebConfigurationElement.cs(11): [ConfigurationProperty("acceptedRedirectUrl", IsRequired = true)]&lt;br /&gt;C:\Users\jlchereau\Desktop\EasyOAuth\EasyOAuth.Core\Configuration\OAuthWebConfigurationElement.cs(12): public string AcceptedRedirectUrl { get { return base["acceptedRedirectUrl"].ToString(); } }&lt;br /&gt;C:\Users\jlchereau\Desktop\EasyOAuth\EasyOAuth.WebClient.Sample\Web.config(8): &amp;lt;web acceptedRedirectUrl="~/Accepted.aspx" failedRedirectUrl="~/Rejected.aspx" /&amp;gt;&lt;br /&gt;Matching lines: 6 Matching files: 3 Total files searched: 72&lt;/p&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;
&lt;p&gt;
&lt;p&gt;
&lt;p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/p&gt;
&lt;/p&gt;
&lt;/p&gt;
&lt;/p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;
&lt;p&gt;
&lt;p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/p&gt;
&lt;/p&gt;
&lt;/p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;
&lt;p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/p&gt;
&lt;/p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/p&gt;
&lt;p&gt;AcceptedRedirectUrl and FailedRedirectUrl are configured but not used in code.&lt;/p&gt;&lt;/div&gt;</description><author>jlchereau</author><pubDate>Thu, 17 Nov 2011 13:10:13 GMT</pubDate><guid isPermaLink="false">New Post: acceptedRedirectUrl, failedRedirectUrl, callbackUrl, ... 20111117011013P</guid></item><item><title>New Post: acceptedRedirectUrl, failedRedirectUrl, callbackUrl, ...</title><link>http://easyoauth.codeplex.com/discussions/279549</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;&lt;span style="color: #1f497d; font-size: 11pt;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d; font-size: 11pt;"&gt;This was my understanding, but using Google authentication with app id = anonymous and secret id = anonymous always returns to callbackUrl whether user accepts or denies the authentication request. acceptedRedirectUrl and failedRedirectUrl do not seem to work as coded/configured in the web sample.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d; font-size: 11pt;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d; font-size: 11pt;"&gt;This is the same with Windows Live Id.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><author>jlchereau</author><pubDate>Thu, 17 Nov 2011 10:54:09 GMT</pubDate><guid isPermaLink="false">New Post: acceptedRedirectUrl, failedRedirectUrl, callbackUrl, ... 20111117105409A</guid></item><item><title>New Post: acceptedRedirectUrl, failedRedirectUrl, callbackUrl, ...</title><link>http://easyoauth.codeplex.com/discussions/279549</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;acceptedRedirectUrl: a URL for &lt;strong&gt;user accepted your program/application's permission request&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;failedRedirectUrl: a URL for &lt;strong&gt;user denied your program/application's permission request&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;callbackUrl: a URL for retrieve information from OAuth service provider (Web application requires, if your application is desktop application, your can assign this value with "oob").&lt;/p&gt;&lt;/div&gt;</description><author>regionbbs</author><pubDate>Thu, 17 Nov 2011 06:55:29 GMT</pubDate><guid isPermaLink="false">New Post: acceptedRedirectUrl, failedRedirectUrl, callbackUrl, ... 20111117065529A</guid></item><item><title>New Post: acceptedRedirectUrl, failedRedirectUrl, callbackUrl, ...</title><link>http://easyoauth.codeplex.com/discussions/279549</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I have tried the web sample and I struggle with all the URLs.&lt;/p&gt;
&lt;p&gt;Please explain the use of acceptedRedirectUrl, failedRedirectUrl, callbackUrl and the &amp;quot;&amp;lt;label id=&amp;quot;lblReturnUrl&amp;quot; for=&amp;quot;returnUrl&amp;quot;&amp;gt;Redirect domain&amp;quot; (vocabulary used in Windows Live) that you set on the OAuth provider.&amp;lt;/label&amp;gt;&lt;/p&gt;
&lt;p&gt;How do you set these URLs? What is the purpose of each of them?&lt;/p&gt;
&lt;/div&gt;</description><author>jlchereau</author><pubDate>Tue, 15 Nov 2011 19:09:54 GMT</pubDate><guid isPermaLink="false">New Post: acceptedRedirectUrl, failedRedirectUrl, callbackUrl, ... 20111115070954P</guid></item><item><title>New Post: IS that possible to access Graph API insights datas through EasyOAuth</title><link>http://easyoauth.codeplex.com/discussions/278541</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I will release a method to allow to invoke service provider's API with EasyOAuth with obtained access token.&lt;/p&gt;&lt;/div&gt;</description><author>regionbbs</author><pubDate>Mon, 07 Nov 2011 15:12:16 GMT</pubDate><guid isPermaLink="false">New Post: IS that possible to access Graph API insights datas through EasyOAuth 20111107031216P</guid></item><item><title>New Post: IS that possible to access Graph API insights datas through EasyOAuth</title><link>http://easyoauth.codeplex.com/discussions/278541</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;You can use EasyOAuth framework to login to facebook with "app login", but you must modify request URL for app login.&lt;/p&gt;
&lt;p&gt;Please refer Facebook Authentication documentation here:&amp;nbsp;&lt;a href="https://developers.facebook.com/docs/authentication/"&gt;https://developers.facebook.com/docs/authentication/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;More Facebook Insight information:&amp;nbsp;&lt;a href="https://developers.facebook.com/docs/reference/api/insights/"&gt;https://developers.facebook.com/docs/reference/api/insights/&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><author>regionbbs</author><pubDate>Mon, 07 Nov 2011 15:10:57 GMT</pubDate><guid isPermaLink="false">New Post: IS that possible to access Graph API insights datas through EasyOAuth 20111107031057P</guid></item><item><title>New Post: IS that possible to access Graph API insights datas through EasyOAuth</title><link>http://easyoauth.codeplex.com/discussions/278541</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;hi i'm new to FB and Google&amp;nbsp;Analytic s&amp;nbsp;i would like to draw a graph with help of&amp;nbsp;Data&amp;nbsp;from Google&amp;nbsp;analytic&amp;nbsp;and Facebook Insights&amp;nbsp;Data s&amp;nbsp;i have chosen&amp;nbsp;Google&amp;nbsp;Chart library to draw my statistics i have gone
 through many examples and i found its very difficult to get information from external servers and i found your projects its sounds great and will help me to full fill my requirements i would like to know how about the session management and Data security in
 your project and also i &amp;nbsp;would like to know is that possible to configure my account details to fetch information from the different provider(assumes that i have different valid credential for&amp;nbsp;providers). just eg. let say i have maintain a common
 page what you show in official blog if the if the users supplied valid login credential the it should&amp;nbsp;retrieve information about the users , so far i have played with FB i came to know that to extend the permission the application admin or page admin
 has to approve to read the private datas through the scope &amp;nbsp;variable eg;_ scope=offline_access, user_friends,user_photos etc.. &amp;nbsp;can you give me clear idea how to start for my requirement..&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>chandruvelan</author><pubDate>Mon, 07 Nov 2011 04:27:16 GMT</pubDate><guid isPermaLink="false">New Post: IS that possible to access Graph API insights datas through EasyOAuth 20111107042716A</guid></item><item><title>New Post: Comments or recommendations are welcome</title><link>http://easyoauth.codeplex.com/discussions/269077</link><description>&lt;div style="line-height: normal;"&gt;
&lt;div dir="ltr"&gt;&lt;font face="Tahoma" size="2"&gt;Hello regionbbs,&lt;/font&gt;
&lt;div&gt;&lt;font face="Tahoma" size="2"&gt;Thank you for your response. As I have mentioned earlier, we have implemented this API in one of our projects. We have modified the source code based on our requirements. Can you please help us to show this implementation as
 a sample project to show other as &amp;quot;Who have implemented this&amp;quot;. Also it is our pleasure to work with your team to improve this EasyOAuth API and make this successful.&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font face="Tahoma" size="2"&gt;&lt;br&gt;
&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font face="Tahoma" size="2"&gt;With regards,&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font face="Tahoma" size="2"&gt;Himanshu&lt;br&gt;
&lt;/font&gt;&lt;br&gt;
&lt;div style="font-family:Tahoma; font-size:10pt"&gt;
&lt;hr id="stopSpelling"&gt;
From: [email removed]&lt;br&gt;
To: [email removed]&lt;br&gt;
Date: Thu, 27 Oct 2011 00:59:01 -0700&lt;br&gt;
Subject: Re: Comments or recommendations are welcome [easyoauth:269077]&lt;br&gt;
&lt;br&gt;
From: regionbbs&lt;br&gt;
&lt;div id="ecxThreadNotificationPostBody"&gt;Hi,&lt;br&gt;
You can contact to us via email: regionbbs@gmail.com&lt;br&gt;
I will give you help on this project.&lt;br&gt;
Thanks you.&lt;br&gt;
&lt;/div&gt;
&lt;div id="ecxThreadNotificationFooter"&gt;Read the &lt;a href="http://easyoauth.codeplex.com/discussions/269077#post690100" target="_blank"&gt;
full discussion online&lt;/a&gt;.&lt;br&gt;
To add a post to this discussion, reply to this email (&lt;a href="mailto:easyoauth@discussions.codeplex.com?subject=[easyoauth:269077]"&gt;easyoauth@discussions.codeplex.com&lt;/a&gt;)&lt;br&gt;
To start a new discussion for this project, email &lt;a href="mailto:easyoauth@discussions.codeplex.com"&gt;
easyoauth@discussions.codeplex.com&lt;/a&gt;&lt;br&gt;
You are receiving this email because you subscribed to this discussion on CodePlex. You can
&lt;a href="https://easyoauth.codeplex.com/discussions/269077/unsubscribe/" target="_blank"&gt;
unsubscribe&lt;/a&gt; on CodePlex.com.&lt;br&gt;
Please note: Images and attachments will be removed from emails. Any posts to this discussion will also be available online at CodePlex.com&lt;br&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</description><author>mindfire_himanshu</author><pubDate>Thu, 27 Oct 2011 10:32:31 GMT</pubDate><guid isPermaLink="false">New Post: Comments or recommendations are welcome 20111027103231A</guid></item></channel></rss>