Sending Instagram DM with API [closed] - ios

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I’m currently trying to find a way of sending Instagram DMs to specific users via an API (im building an iOS app and this is one of the functionality im trying to build). I know there are solutions that currently offer that (like Jarvee or Instazood) however none of them seems to offer an API that will allow me to do that in my own app. Given that Instagram current legacy of Instagram API that seems to allow DM will be discontinued on Dec 1st, I cant seem to find an option that enables me to do that. Any idea guys ?

Hey you can use https://github.com/dilame/instagram-private-api to send dm's to your user.
It's written in node but you can find other libraries in other languages

Related

Xcode SwiftUI PayPal Integration iOS [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 1 year ago.
Improve this question
I am the founder of a Covid-19 relief nonprofit. I'm writing an app to accept donations and provide news and event information to anyone who has the app. I was wondering if there's any easy way to integrate a Paypal donation system into this? I thought BraintreeIOS would work but it seems to be outdated and doesn't support SwiftUI, only Swift.
Anyone have any ideas on how to achieve this?
The Native Checkout SDK might be overkill for donations. Most simply, open the following in a web browser or SafariViewController with an address bar:
https://www.paypal.com/webscr?cmd=_donations&item_name=STRING%20DESCRIBING%20PURPOSE%20OF%20DONATION&currency_code=USD&business=EMAIL_ADDRESS_OR_MERCHANT_ID
Use merchant ID from https://www.paypal.com/businessmanage/account/aboutBusiness , though primary email of PayPal account also works
You can even prefill the amount with &amount=xxx%2exx (though that gives no option for monthly recurrence)
For more see HTML Variables for PayPal Payments Standard, it's a legacy Web 2.0 integration but it gets the job done

ASP.net wepage using spotify [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I am very new to ASP.net. I am trying to build a webform that searches an artist and displays their top 5 songs from spotify. My biggest problem as of now is figuring out where to put the code and what code to use so that I can receive this data from spotify. I have already made a spotify developer account with an app. I have the client ID and Client Secret. I think I need to figure out a way to authenticate. Any help or websites that could point me in the right direction would be greatly appreciated.
Why not read the actual Spotify API docs, it will have everything you need.
Just looking at https://developer.spotify.com/ the entire top of the page is trying to push you to the docs and I'm even seeing they provide web console to test out code and ideas.

Integrating Instagram API With Rails [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I'm very new to rails and have very little experience with programming in general. I was given the project of creating a simple rails app that is able to check a users Instagram when given their User ID and Password. My question in general is how do I approach this? Where do I start and essentially how do I do this?
Well, you should never ask for the user's password for an external service (no sane user will give it to you). Instead use omniauth (omniauth-instagram, specifically) to get an access_token and then simply use the Instagram ruby gem (https://github.com/Instagram/instagram-ruby-gem) to get their timeline.

How to send an E-mail over an iOS app using Swift? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I would like to allow users to send me emails directly through my app, and am wondering if this is possible to do?
Your best and most simple way is to bring up the send email view (or even mailto:) with your app specific email to receive comments and requests on.
Another option is to design a web page that has a couple of fields for information and then hooking it up with PHP.
Just about anything works, it all depends on how you balance user experience and easy of implementation.

JIRA Rest API - getting the list of all Projects and all issues within each project [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
what is the correct https link to get JSON data for all the projects at once?
the current link to our dashboard is like this:
https://company.atlassian.net/secure/Dashboard.jspa
Would like to get all of the projects then use another https call to get all the issues for all the projects. Then after that of course look at assignees etc etc. Looking to collect this data to put into an iOS app for R&D purposes.
I am coming at this blind but I have no idea if I also need someone to set up permissions to do this or something. Never used this API before so just doing some discovery here.
You have to speak with the API :)
https://docs.atlassian.com/jira/REST/latest/
Let me know if you need further help.

Resources