I need to send fax through my web application.
after grooming all sites, i found that so many similar questions.
but still I'm confused.
My requirement is.. i want to send FAX with attachment using outlook, similar like sending an email with attachment using SMTP (by clicking on button).
I think by using SMTP we not able to send FAX.
Could you please suggest me, Can we send FAX using any open source API?
Anyone have experience with this?
please share sample code in this is highly appreciated.
You can send faxes via API using a service like InterFax, they have libraries for ASP.net as well as either SOAP or REST APIs. It appears to be free.
Related
Build your own telegram client, how to log in/register with username and password without SMS verification code? I found an app in the past few days. The chat in it uses telegram, and then I studied telegram. The official documentation provides API, and I can develop a third-party client myself, but there is a problem. The official login and registration API, must use the verification code and the mobile phone number that has passed the verification code? This is very embarrassing. In the APP I found, he did not use the mobile phone number and verification code to verify, and he could log in and register directly? Do you know any big guys?
Here are my official issues: https://github.com/tdlib/td/issues/2131
In the end, I tracked down and found that he inherited TLObject and implemented two of his own (protocol or interface?) I want to figure it out, but I don't know where to start? I don't know if this is a custom telegram protocol or is it implemented in other ways?
But the difference from the official one is that he calls ConnectionsManager#native_init here to initialize, and finally passes in a parameter
However, there is no official one. At this point, there is basically no solution. I have searched the Internet and found no relevant introduction.
I am working on a project in ASP.NET MVC4 which require that I go through the user's email when provided, retrieve the contact email and send an email invite to all the users.
Can someone help me to with accomplishing this step by step.
Thanks in anticipation.
There is a number of projects on sourceforge, which you can use for importing contacts from yahoo and gmail, for example, OpenContacts.NET
If you want to write your own code, see Google Contacts API and Yahoo! Address Book API
I've created a web application that uses the Facebook API.
I would like to implement/create a method which is able to auto accept friend request of my own Facebook account.
Is this even possible and how to implement it in C#/ ASP.NET MVC?
Thank you in advance!
*I alreay read the Facebook Developers documentation https://developers.facebook.com/docs/howtos/requests/ but haven't been able to solve my 'problem'.
There is no API to send or approve friend requests.
There is the Friends Dialog but it sounds like you want this to work without user interaction which is impossible.
If you find some way to do this, you should report it via Facebook's whitehat bug bounty program, as it indicates a bug on Facebook's side.
Is it possible to access a mobile users phone contacts from a web page? The company I work for would like to use QR codes to direct people to a coupon on their website and then give viewers the option of sending the url to their friends in a text message.
Obviously this would be an opt in service. Perhaps you would need to build a mobile application to accomplish the task? If anyone has an idea on how to accomplish this or something similar please let me know.
As far as I know, it is not possible to access the contact database via a web page, on any of the major platforms; in order to access this data, a native application is required.
Nate is right.
The only thing that you can do (that won't accomplish everything you need) is encode SMS message in QR code (e.g. "sms:number:subject" see http://code.google.com/p/zxing/wiki/BarcodeContents), this way your company will get user's phone number as part of SMS message, but not numbers of his/her friends.
An API for accessing contacts is being built into the WebApi by Mozilla but as of today it's not enabled by default and I expect cross browser support is still far off.
Hi
I am getting the user credit card info and and I would like to submit to a company using webservice, what are the best practices for that?
I am using Webservices, soap and XML, how does the submiossion happens?
thansk
It depends on the specific payment gateway you use, there is no standard method. The payemnt gateway should provide documentation.