I wanna use Gmail API in my c# web forms application in visual studio 2015. All I find on internet is in MVC and I have no idea about it. Searching since few days but couldn't find anything simple. I can make project on google console but have no idea how to integrate it with my application. Any help would be much appreciated. Thanks in advance!!.
there is actually no difference between MVC and WebForm when you are trying to invoke some GMail API
google provides a Gmail API SDK for C#, you can reference it then your work will be much easier
https://developers.google.com/gmail/api/quickstart/dotnet
hope this can help you
Related
I have had no luck whatsoever finding any example code for ASP.NET Web Forms that I can use to let customers sign up for subscriptions. It has been a long while since I've used Stripe, and all references to Web Forms implementations are gone from their docs.
I contacted their support people and still get pointed to using the .NET smaples that implement MVC, but I'm not doing an MVC-based site and have no desire to learn MVC simply to decipher and port the samples over for a Web Forms project.
Does ANYONE have a sample of code for a Web Forms project page (and code-behind) that lets someone sign up for a Stripe subscription??? I have code for a webhook, but how to do this for the web page is proving to be problematic.
Thanks for any help you can give, guys!
There's no specific example for that, but there are a couple of 'Stripe with Webforms' videos that might help:
https://www.youtube.com/watch?v=CGpMRtdxvmQ
https://www.youtube.com/watch?v=6DDNgYxLHvU
I created a console application in VS express 2013 for desktop and pulished a Web API application in IIS. Now I am trying to access data from web API application by IIS in console application(in VS express 2013). but getting errors. please anyone having experience in this may help me. all the answer with new idea or any idea are accepted
you can see console application code on my github account link is
https://github.com/meta-pratap-ranawat/get2016/blob/WebAPI-Client-Certificate/Program.cs
To call the webapi you will need to Use
HttpClient as described in the below link and please check the Post and Get availability on method.
Please refer this link for implementation.
I just started a projects that need to be created with C# Desktop Application using Visual Studio 2008 (.NET 3.5).
Now I really don't understand where I have to start. I just start to "googling" and found that there tools C# FACEBOOK SDK. But after I read more, now it's not supported from Facebook. So, please anyone can help me.
MY GOAL : To read facebook timeline of user from a desktop application.
Can I user any other SDK that supported ?
Or maybe can I use Facebook PHP SDK ?
Your help really appreciated.
Thankyou
You can use Facebook SDK. Its possible to use, connect, post, read informations and anothers tasks.
To start, have some information at web:
Open NuGet manager at Visual Studio and ask for Facebook SDK.
Read Facebook Developers Starters Guide: https://developers.facebook.com/
When we start a FB app, a token is necessary. Read about this at: https://developers.facebook.com/docs/apps/register
I hope this helps to start .
I was wondering if someone could give me a direction to my problem here.
I am trying to get my Visual Studio 2012 C# Program to read off a Google Spreadsheet, and I am having no luck on how to read the cells of a spreadsheet. I looked around, and I found something called OAuth.
However, there's no solid broken down guide to follow thoroughly. Can someone help?
Thanks!
If your problem is to authenticate via OAuth2, then this library was useful for me:
OAuth2 Social Logins - Facebook, Google, Twitter, PayPal - ASP.NET MVC C# open source library
However, I haven't found a method to establish a callback to my local IIS Express, so I use an external hosted ASP server.
I am about to emabark on a project that will use Azure and Facebook C# SDK. I was just wondering when will the documentation be available on the C# SDK website? I have no idea where to begin and would love some documentation/tutorials.
Thanks,
Rhonda
As you need some pointer about where to begin, I sure can give your some pointers but get ready for a time of adventure because you sure going to hit some hardtime. What you really need is to develop your project in two steps:
Create an ASP.NET (MVC?) Web application using FaceBook C# SDK
Convert this ASP.NET application to Web Role to deploy to Windows Azure
To start your development for 1) I would suggest following this Documentation:
http://csharpsdk.org/docs/web/
http://csharpsdk.org/docs/web/ajax-requests
I would also suggest to look SO for more assistance during your development when you hit errors as there are lots of solution discussed.
Finally when you come to 2) you can follow how Deploy asp.net application on windows azure..?
This documentation is in progress as of Feb. 11, 2012. We are working
on big improvements for the coming weeks.
Source: http://csharpsdk.org/docs/azure/
So yea, that's your answer.