ramtinak / InstagramApiSharp

A complete Private Instagram API for .NET (C#, VB.NET).
MIT License
792 stars 239 forks source link

Questions about v2.x #245

Open ramtinak opened 5 years ago

ramtinak commented 5 years ago

You can ask your questions about version 2.x here.

GiorgosXou commented 5 years ago

Hello,

Is there any way to indicate typing in Direct while chating? i mean, if someone is typing or not ..

Thanks in advance, George

ramtinak commented 5 years ago

@GiorgosXou Hi, As far as I know there is no API for that, this is related to push notifications and socket programming which is not supported at the moment.

NateKomodo commented 5 years ago

Out of curiosity, is anyone actually paying the $100 a month? Seems very overpriced

GiorgosXou commented 5 years ago

@ramtinak Thanks you for your reply!

NateKomodo commented 5 years ago

$25 is reasonable i guess

As a student though, i deff cant afford that, so i think ill stay on 1.4 lol. 1.4 works perfectly for my application anyway so

huseyinkarael commented 5 years ago

Turkey's economy is so bad that money can give you very forcibly

ramtinak commented 5 years ago

@NateKomodo I didn't force anyone to subscribe for version 2.x, if anyones needs support or bugfix, they can subscribe, otherwise they can simply fixes their issues/bugs by themselves.

@huseyinkarael using v1.4.0 is best thing that I can suggest to you! Good luck.

NateKomodo commented 5 years ago

@ramtinak No, I agree that 1.4 is enough for nearly everyone, and $25 a month is reasonable if they need more

farhadibehnam commented 5 years ago

But I have a question about Instagram doesn't allow to another program push videos and post.generally if possible, the user has to publish his post by manually. I want to create a program that I can push my videos and posts without any problems on Instagram. I want to know your library can do it?

ramtinak commented 5 years ago

Yes, you upload photo, video and album to your timeline and also you can upload stories (every type of stories is supported, story poll, story question, story quiz[only private version], story link, share media as story), send video/photo file to direct and many more.

Also be aware that my library isn’t using Instagram public API! It uses Instagram’s android API which is private API of Instagram. That’s why my library can do these things.

Please check examples and wiki pages.

Good luck.


From: farhadibehnam notifications@github.com Sent: Sunday, June 9, 2019 12:56:27 AM To: ramtinak/InstagramApiSharp Cc: Ramtin Jokar; Mention Subject: Re: [ramtinak/InstagramApiSharp] Questions about v2.x (#245)

But I have a question about Instagram doesn't allow to another program push videos and post.generally if possible, the user has to publish his post by manually. I want to create a program that I can push my videos and posts without any problems on Instagram. I want to know your library can do it?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/ramtinak/InstagramApiSharp/issues/245?email_source=notifications&email_token=AB7QJCYUMNQBRIIWJQML5DDPZQIXHA5CNFSM4HOJQ5KKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXH5MRI#issuecomment-500160069, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AB7QJC44TB64W6KJ6ZVXVALPZQIXHANCNFSM4HOJQ5KA.

soya-miruku commented 5 years ago

Hey I am interested in purchasing a subscription, but before that, what is your plan regarding this? How far do you plan to offer your support? You've really helped me a lot with this repository and I am glad you're back, I can understand why you are making the subscription. Kind regards

ramtinak commented 5 years ago

@VinHylme Hey, I'm gonna help you for your library problems, questions about the functions or library, feature requests and bugfixes. You can contact me in telegram messenger, email or the private repository if you need help. Regards.

changukchoi commented 5 years ago

thanks for you. I paid for PayPal and sent it to your email. Does the library send to my email?

ramtinak commented 5 years ago

@changukchoi If you are choXXXXXXX@naXXX.com , your github email is wrong! You will be invited to private repository and have access to the source code and pre-compiled binaries(*.dlls) too.

ramtinak commented 5 years ago

@mosaw nope. and it's not going to update anymore.

soya-miruku commented 5 years ago

Hey Ramtinak, I sent you an email but just sending a message here too (maybe it'll be faster XD) I sent the proof of payment to you x

ramtinak commented 5 years ago

@VinHylme hi, I sent you an invitation for the private repository to your email.

Regards.

rtr989 commented 5 years ago

Hello! is there place to talk about 1.4 version?

ramtinak commented 5 years ago

@rtr989 Hi, you can open a new issue, but I'm not gonna answer to it! anyone else can respond to you.

Good luck.

pall1024 commented 5 years ago

I paid for PayPal and sent it to my email. check plz

ramtinak commented 5 years ago

@pall1024

Hi, I've sent you an invitation link for the private github project, accept it and you will get access to the full source code.

Regards.

rtr989 commented 5 years ago

wrong poin.. :)

Вторник, 9 июля 2019, 11:43 +03:00 от Ramtin Jokar notifications@github.com:

@pall1024 Hi, I've sent you an invitation link for the private github project, accept it and you will get access to the full source code. Regards. — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub , or mute the thread .

С уважением, Андрей Семенов.

ramtinak commented 5 years ago

@rtr989 If you don't want to get emails from this issue, you have to unsubscribe this issue!

Regards.

soya-miruku commented 5 years ago

Hey @ramtinak , quick question, is it possible to create an endpoint to get all the people you're following sorted by date? like you can in the app? or is that info not provided?

ramtinak commented 5 years ago

@VinHylme Hi, yes you can get followings with orders. there is a InstaFollowingOrderType enum for the followings which you can set default or latest or earliest:

var followings = await InstaApi.UserProcessor.GetUserFollowingAsync("user",null, InstaFollowingOrderType.DateFollowedLatest);

Regards.

soya-miruku commented 5 years ago

Hey thanks for that @ramtinak and another question, if i wanted to register my own device how would i go on about doing that?

rudenko29 commented 5 years ago

Hello! When sending a message always returns "spam"

ramtinak commented 5 years ago

Hi @rudenko29 which version?

rudenko29 commented 5 years ago

Hi @rudenko29 which version?

last 1.4.0.1

ramtinak commented 5 years ago

@rudenko29

https://github.com/ramtinak/InstagramApiSharp#warning

Hiding this because it's not related to v2.x .

SamoilenkoS commented 5 years ago

Hi, Could you write some examples of searchQuery parameter use of GetUserFollowersAsync/GetUserFollowingAsync method? Is this parameter suitable only for search substring in usernames? P.s as for now I don`t have an opportunity to buy your subscription, but I think that answer on my question can help a lot of peoples (I checked all project examples, all closed issues and wiki page for answer).

ramtinak commented 5 years ago

@UMSF-K13-1-Samoylenko Hi, If you put NULL for searchQuery parameter, it will ignoring the search and returns all followers/followings one by one (default value is null too).

If you write something in searchQuery, Instagram will search with this keyword(query) and returns all followers/followings which has contains your keyword.

It will search in Username and FullName .

Regards.

SamoilenkoS commented 5 years ago

Thanks a lot :)

camilam commented 5 years ago

Hey @ramtinak I just sent you my subscription payment. My paypal is info@camil****.com. Thanks!

ramtinak commented 5 years ago

@camilam I sent you an invitation link last night.

Regards.

247GradLabs commented 5 years ago

@ramtinak Could you please have a look at the issue tracker in the private repository. We opened a few bugs several weeks ago.

soya-miruku commented 5 years ago

@ramtinak I was about to re-purchase the license to get some new updates, but it doesn't seem that there are any new changes, when do you think the next update will be? especially with the api version code, thanks again for your hard work on maintaining this project

beshoo commented 4 years ago

Is creating account are supported, since i can nit find out how to create a new account with email address only.

All the time i got sign up block.

Regard

ramtinak commented 4 years ago

@besho https://github.com/ramtinak/InstagramApiSharp/wiki/FAQ#i-cant-create-new-account-i-can-create-new-account-but-its-disabled-after-creating-new-one-what-should-i-do

icelts commented 4 years ago

Does your v2.x is s now support enc_password ?

icelts commented 4 years ago

@icelts nope it doesn't, i don't know anything related encryption.

I think that is the reason why the account get ban

pall1024 commented 4 years ago

I paid for PayPal and sent it to my email.

pall1024 commented 4 years ago

Hi~

can you check this issues

https://github.com/ramtinak/InstagramApiSharp/issues/343

worakls90 commented 4 years ago

@icelts nope it doesn't, i don't know anything related encryption.

Did you add that now ?

OmarRashwan commented 4 years ago

Hello, i can pay for this if you done it for me .

First of all i would like to thank you on the great effort you have done .. Second i would like to ask if you can make for me the login requests to be done throw graph api of instagram .. so i don't want the user to put the instagram user and password i want him to be authenticated throw instagram and logged throw it and use all the features you are given in the api ..

Thanks in advance

ariamousavi945 commented 3 years ago

@RaminMT I wanna get muted list when i can get from settings>privacy>muted accounts, any api exists?

ariamousavi945 commented 3 years ago

@ramtinak I wanna get muted list when i can get from settings>privacy>muted accounts, any api exists?

delphiassistant commented 3 years ago

Hi. I sent the payment receipt to your email (ramtinjokar@outlook.com). Could you kindly check it?

ramtinak commented 3 years ago

@delphiassistant I've sent u an invitation link 2 days ago.

I forgot to wrote it here. sorry

DongMongppp commented 3 years ago

Hi. I sent the payment receipt to your email (ramtinjokar@outlook.com). Could you kindly check it?

im korean