I am new in using social media api's. This question is not about the code, if there is a code it will be great otherwise I just need an idea or a way if it's even possible.
I am trying to work on a web-application using asp.net core and razor pages where a user can upload a picture or write a status or link and through one click they can share to the social media platforms almost on every channel wherever they want.
Till now what I can only research about facebook and came to conclusion that you need an app_id
and app_secret
key but how can you make an application that will be used by other users and as I know till now, you can't have app_id
or app_secret
key of other users.
Is there any way to do that? Your suggestions will be highly appreciated.
Thank you.