Closed developer-bhumika closed 7 months ago
You need to pass uguid instead of group guid
Please check parameters with below URL
https://www.opensource-socialnetwork.org/webservices/view/3578/user-profile-wall-posts-list
If you only want to get the single post that created you need to pass post guid to https://www.opensource-socialnetwork.org/webservices/view/3577/wall-view-post which in your case payload->post->guid which is 119
You need to pass uguid instead of group guid
Please check parameters with below URL
https://www.opensource-socialnetwork.org/webservices/view/3578/user-profile-wall-posts-list
--> @lianglee i passed that too, but not working
You are doing wrong you are passing post GUID to uguid :) please read the description carefully. Try uguid also 4 and see
@lianglee i tried using 4 too but its same. If i want to fetch particular group post then what i have to pass in uguid?
Contact us with your api key website url and admin login details
On Thu, Apr 4, 2024, 6:04 PM developer-bhumika @.***> wrote:
@lianglee https://github.com/lianglee i tried using 4 too but its same. If i want to fetch particular group post then what i have to pass in uguid?
— Reply to this email directly, view it on GitHub https://github.com/opensource-socialnetwork/OssnServices/issues/17, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGERSVYTR5OZPT7WXSLX43Y3VFW3AVCNFSM6AAAAABFW7NWROVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMZXGE3DCMRSGI . You are receiving this because you were mentioned.Message ID: <opensource-socialnetwork/opensource-socialnetwork/issues/2367/2037161222@ github.com>
Your website have no posts https://nihss.joincommunity.net/ where you are trying to add?
I added the test post and it showing fine from the default account
https://nihss.joincommunity.net/api/v1.0/wall_list_user?api_key_token=
For group seems in our documentation end point is wrong use following for group posts list
https://nihss.joincommunity.net/api/v1.0/wall_list_group?api_key_token=(your api key)&guid=1&group_guid=5
https://nihss.joincommunity.net/api/v1.0/wall_list_group?api_key_token=(your api key)&guid=1&group_guid=5
Ok, its working now.
@lianglee i want to discuss about push notification, i want to send push notification to user mobile device while sending messages. Are you providing sending push notification feature?
@lianglee there are few apis missing in the documentation uploaded on your website like edit post, delete grop etc. Can you please provide complete documentation for apis ?
@lianglee any updates on questions i asked?
Already answered your ticket.
Also did you integrated all of existing apis already?
@lianglee
I have integrated following apis :
I am not finding following existing apis from document
please provide me above apis
Thanks
Everything is there except post edit there is no post edit api endpoint yet
@lianglee Please check group join, not working.
Report it here https://github.com/opensource-socialnetwork/OssnServices
Check for error log and see what is the error.
Enable error reporting and check error_log against that error code
@lianglee regarding media apis, i want to show media by group but in current apis its userwise. I want to show media under the group selection.
Please post it on community with more details as this is not a correct responsitory for web services
@lianglee Is there any way where we can maintain one thread and discuss all issues we are facing ? I tried to contact using your website but in that i can not reply to those emails because it has no reply.
I have moved the issue, what you wanted to discuss? what do you mean by media apis?
@lianglee
@lianglee i need apis for file section, where can i get that?
See following https://www.openteknik.com/webservices/all we have now only these available.
Hello team,
I have created one wall post, it is successfully created, but when i am trying to retrieve in particular group, its showing no user exist.
Please refer this screenshots.
Creating post: https://drive.google.com/file/d/18x2F6DuHkVdbYQFuZPRkbpEec0cWnp6t/view Trying to retrieve post: https://drive.google.com/file/d/1s_8coSx_aSC2kPmkvfgv1pASdvAMTb2t/view
Please update me on this as soon as possible.