Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Group management API #12

Open
yfwz100 opened this issue Sep 14, 2014 · 2 comments
Open

Group management API #12

yfwz100 opened this issue Sep 14, 2014 · 2 comments
Labels

Comments

@yfwz100
Copy link
Collaborator

yfwz100 commented Sep 14, 2014

Seems that wx lacks the group management API: http://mp.weixin.qq.com/wiki/index.php?title=%E5%88%86%E7%BB%84%E7%AE%A1%E7%90%86%E6%8E%A5%E5%8F%A3

Is it a designed decition that ignores these API or should it be merged into user info API ?

@baoshan
Copy link
Owner

baoshan commented Sep 14, 2014

Complex/mature WeiXin applications probably rely on a separated user management solution (more properties and/or relations need to be modeled), they may even have more than one way to classify users.

Simple applications will evolve.

Why not turn to your preferred persistence technology (mongodb, mysql), and store the users there?

On Sep 14, 2014, at 9:27 AM, Zhi notifications@github.com wrote:

Seems that wx lacks the group management API: http://mp.weixin.qq.com/wiki/index.php?title=%E5%88%86%E7%BB%84%E7%AE%A1%E7%90%86%E6%8E%A5%E5%8F%A3

Is it a designed decition that ignores these API or should it be merged into user info API ?


Reply to this email directly or view it on GitHub.

@yfwz100
Copy link
Collaborator Author

yfwz100 commented Sep 14, 2014

I think so. The user management API provided by Wechat server is not a good solution to do bulk operation. Pulling the user information will involve massive network operation.

The intention of the issue is to leverage the management website provided by wechat server already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants