I've searched the internet, for viber's api. I haven't found anything. I'd like to know if there's anyone someone reversed engineered or something, that I can use on C#'s windows form. I'm trying to write a program to send bulk messages in bulk using viber on C#. Or if someone can do it, please, write me. Thank you
Related
I'm a newby w.r.t. C#, and want to translate multiple text.
Previously I used the Bing translation service, but now I want to move over to the new Azure methods.
I looked at a lot of C# examples, but just cannot get it working within my Application. The bottom line what I want to do, is provide the "Key", the text, from/to language, and then receive the translated text.
Does anybody have a good example on how to do this.
I did find a workable example here: :-) https://github.com/MicrosoftTranslator/GetAzureToken
But, then I could not get this going within my application. :-(
Any help would be appreciated.
Kind regards,
Michael
I want to import data by giving the searching option in c#. I am using SQL server database to save this data. Please help me what would I use and how to proceed. I think whether I would use a Google search API or a web crawler. I tried for Google search API but this is not helpful.
Very little information, you need to make sure that when you are creating posts that you clearly specify what you are attempting to do and what code you already have. You'll find that just asking how to do something isn't received well by the SO community, try and when you fail, we'll help.
Now, I'll give you a nudge in the right direction with what you are trying to do. Read up on how to incorporate SQLDataReaders into your application. Link below:
http://www.dotnetperls.com/sqlcommand
This relates to this SO question [feedback.js server api ... but I'm hoping to get a bit more detail for a specific platform - in this case C#.
There seems to be very little documentation around the server side of feedback.js. I am hoping to simply send the submitted issue text and screenshot to a C# page and send that via MailMessage - but so far it's proving quite difficult to figure something out. Anyone able to help/advise?
Thanks in advance!
Reference: https://github.com/niklasvh/feedback.js
I am trying to access to MapQuest via a Winforms C# application.
I can't find any help on how I can make a WebRequest (via JSON, XML or Text). How do I embed my Application Key in that request? Or do I have to perform a login-request or what?
Has anyone perhaps used this API in C#, C++ or Java? I could use some start-help as I can't find any infos on how to do this.
There was a C# .Net API but it is deprecated now and they recommend using WebRequests.
I hope someone can help me! If you need more information just ask. Thanks!
Ok. I thought I would fix this rather easy, but I'm not getting anything to work for some reason. What I want to do is simple; I want to create a web part displaying the latest tweets from a specific user. I'm coding C#.
I found a great post here but it's using php.
Can anyone help me to perform this simple task?
You can find alot examples over internet
Web:
http://www.microsoft.com/web/post/learning-the-basics-of-using-the-twitter-api-in-aspnet-web-pages-with-razor-syntax
Console:
http://www.d80.co.uk/post/2011/02/13/A-Simple-Twitter-Client-in-C-with-OAUTH-using-TweetSharp.aspx
:)