Can zenno be used with the instagram api for follow/unfollow?

Harambulus

Client
Регистрация
16.09.2011
Сообщения
365
Благодарностей
10
Баллы
18
All the web ones I tried keep crashing project maker. So i need anotehr solution.

I have started leanring python but its so hard I thik itll take a while beforeI can be making bots :D

So wondering if zenno can deal with the api?
 

lokiys

Moderator
Регистрация
01.02.2012
Сообщения
4 771
Благодарностей
1 183
Баллы
113

Harambulus

Client
Регистрация
16.09.2011
Сообщения
365
Благодарностей
10
Баллы
18
Thanks I will look into it.

Is it a simple matter of just copy and pasting the requests from the api docs into the get/post or is there more to it than that in terms of coding?
 

Tobbe

Client
Регистрация
01.08.2013
Сообщения
428
Благодарностей
148
Баллы
43
What kind of actions to you want to perform?

Their public API have some limitations, for example you can't comment/upload with it.
Another problem is their SSL requirement, I'm not sure how zenno would handle that.
The Instagram API uses the OAuth 2.0 protocol for simple, but effective authentication and authorization. OAuth 2.0 is much easier to use than previous schemes and developers can start using the Instagram API almost immediately. The one thing to keep in mind is that all requests to the API must be made over SSL (https:// not http://).
If you just want to retrieve data you can do so by GET and an api key, and doesn't require SSL.
Check their endpoints for more information https://instagram.com/developer/endpoints/
Or take another route and figure out their private api, more work but worth it.
 

lokiys

Moderator
Регистрация
01.02.2012
Сообщения
4 771
Благодарностей
1 183
Баллы
113

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)