I can't understand the above sentence, please clarify. There is 2 wrapper for C# on GitHub. I want to make an account and use instaSharper. I'm on the prototyping phase. My most important concern is how to queue 10 photos
with descriptions and hashtags. and then send them at specified time.
I can't understand the above sentence, please clarify. There is 2 wrapper for C# on GitHub. I want to make an account and use instaSharper. I'm on the prototyping phase.
You'll need to learn how to use the 3rd party instaSharper API. The Instagram developer documentation linked in my first post explains how to create an account.
Saeed57
My most important concern is how to queue 10 photos with descriptions and hashtags. and then send them at specified time.
Your question is too vague to to answer accurately. There are scheduled tasks in windows and SQL Agent which migh be of use. There are also task schedulers APIs for ASP,NET. It seems that you need to do a bit more research and learning. you are not
at the development stage yet. Once you get to the point where you are writing code, then these forums will be of use.
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
None
0 Points
10 Posts
instagram management, educational software
Feb 21, 2020 10:13 PM|Saeed57|LINK
For an educational project, I should build an online app in which the user can upload photos with descriptions
in a queue. These photos should get sent to Instagram at the proper time(which the user defines it.
Please inform me if you have any ideas or experience related to this.
thanx;
All-Star
53001 Points
23596 Posts
Re: instagram management, educational software
Feb 21, 2020 10:29 PM|mgebhard|LINK
What exactly do you help with? Uploading a file? Login security? Have you read the Instagram API support docs and created a an account?
Can you share any code that you have written and describe the problem you are having with the code?
None
0 Points
10 Posts
Re: instagram management, educational software
Feb 21, 2020 10:44 PM|Saeed57|LINK
I can't understand the above sentence, please clarify. There is 2 wrapper for C# on GitHub. I want to make an account and use instaSharper. I'm on the prototyping phase. My most important concern is how to queue 10 photos with descriptions and hashtags. and then send them at specified time.
All-Star
53001 Points
23596 Posts
Re: instagram management, educational software
Feb 21, 2020 11:01 PM|mgebhard|LINK
You'll need to learn how to use the 3rd party instaSharper API. The Instagram developer documentation linked in my first post explains how to create an account.
Your question is too vague to to answer accurately. There are scheduled tasks in windows and SQL Agent which migh be of use. There are also task schedulers APIs for ASP,NET. It seems that you need to do a bit more research and learning. you are not at the development stage yet. Once you get to the point where you are writing code, then these forums will be of use.
None
0 Points
10 Posts
Re: instagram management, educational software
Feb 21, 2020 11:20 PM|Saeed57|LINK
What is the exact name of these tasks as you said? I should search for wich word or library?
Also thank you for guiding me further.
Contributor
2070 Points
606 Posts
Re: instagram management, educational software
Feb 24, 2020 08:04 AM|Sherry Chen|LINK
Hi Saeed57 ,
As mgebhard said, before entering the development stage , you should do a bit more research and learning on Instagram API documentations.
For getting more helps of instaSharp, I suggest you could post a issue in below github forum:
https://github.com/InstaSharp/InstaSharp/issues
Best Regards,
Sherry
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
None
0 Points
10 Posts
Re: instagram management, educational software
19 hours, 12 minutes ago|Saeed57|LINK
It seems third-party APIs can't access Instagram anymore.
I made my project via InstaSharper but Instagram didn't allow me to access their API!
thanks,