SoundCloud upload using email - email

Is there a way to use email (i.e., the SoundCloud user's registered email) to upload an audio file? FriendFeed uses this method, which bypasses the need to integrate their APIs and solves the problem of queuing if the mobile device is not on the network when the upload request is made. They use the subject line for title and the message content for description. It makes it easy for any app that can email a sound to load into FriendFeed.

No, this isn't possible, but I'll raise it with the team as a feature request.

This functionality can be achieved using ifttt.com connected to your SoundCloud account.
Add the IFTTT email channel and SoundCloud channel, then add this recipe: https://ifttt.com/recipes/230468-soundcloud-upload-via-email
Then simply send an email to trigger#recipe.ifttt.com with the track attached and it will automatically upload to SoundCloud as a public track.

Related

Flutter WhatsApp Sending Message Without User Interaction

I'm new in flutter and I have trying to search a way to send automatic message in background on whatsapp and I couldn't find anything about it. I have found that it is possible to send an sms without user interaction in flutter but I want to send a message through whatsapp without user interaction at all..
Any one know if there is any way to do this ?
Thank you .
You can use third-party services like Twilio Whatsapp API Service. It's a paid service. You can find all the documentation here - https://www.twilio.com/docs/whatsapp
You can submit a contact form to WhatsApp directly https://developers.facebook.com/products/whatsapp they will contact you with their pricing.

From Gmail to Facebook

Is there any way to post messages received in an email, directly as a Facebook post?
If yes, how can I do that?
I want to automate a page in Fb to spend less time there
Yes, one way of doing it would be to create a service or scheduled task which periodically does the following:
Use gmail API to get all unread messages
Each message will have an ID and you are able to check whether it has been read
Use the IDs to retrieve the message bodies
Use Facebook API to post the body data to the page
You can use Ballerina to create a stand-alone program or a service that you can invoke when it's needed. Use the facebook connector to get a list of comments and posts from your facebook page, create a payload string and send it to a destination email using the gmail connector. Look at the samples shipped with the distribution to get a head start.

Receiving file from Xmpp

I am using Xmpp framework for a chat Application. I can able to send file through xmppOutgoingFileTransfer Obj.
But xmppIncomingFileTransfer Obj for receiving image is not working for me. Means it doesn't enter in to delegate method "didSucceedWithData" Method.
Please share the solution
For transfer images and videos you have to upload this on your server and after complete this upload process you have to send this(Upload video/image) link to user. So user can easily download from that particular link.

Can I get some sort of notification from parse.com if a user "flags" certain material from my iOS app?

I am using parse.com to store my backend. My data is crowd sourced. So there is a chance that some material will be vulgar/spam. I want to allow the user to flag certain objects that I store in Parse so I/others can take a look at it. My idea right now is to have the user tap a button on the object in question and have that send me an email. I don't believe I can have that send me an email with some reference to that object. I know I can have the email UI pop up and they can send it that way, and that will be my last resort. But is there a way I can utilize parse and just have that button tap send some data to my parse backend, then have that send me an email with that object id in the email?
Thanks
Look at Parse's Cloud Module Guide. It has instructions on how you can use SendGrid, Mailgun, or Mandrill from cloud code to send an email whenever a new object is saved. You can use this to send yourself an email when a user creates a new "Flag".

iOS app to take photo and send to specified email address with unique ID

I am fairly new to iOS app developemt but I am doing some research on behalf of a client who wants to create a native or hybrid iOS app that allows users to take a photo using their iPhone camera and proceed to automatically send that picture (upon confirmation by user), with a unique identifier attached to the email, to a predetermined email address. Is this reasonably straightforward? Are there any privacy issues that need to be addressed when sending this type of data?
Also, how would that user be identified so that the relevant response can be sent back to them? Basically, what happens is the photo of the product is received and that product is manually sourced from a chain of partner merchants. Then, the prices and merchant details are sent back to the user. How might this work on iOS?
Many thanks, sorry if this sounds too vague but just ask for more details.
You can Use PHP for backend For Uploading the image in server and Generating a unique code for each pictures uploaded by user.
So the process is like iPhone -->upload.php -->get the response link from php and mail that link to specified