Same here. I have 'PLUS' plan, which allows to get extended profile data, but there is no directions how to get it and show in profile. I use Wordpress+Buddypress.
@ Harsh_Verma: The API allows to query connection data (from a single social network), and user data (from all linked social networks, including contacts), see: docs.oneall.com/api/resources/users/. These calls may give you more data, although ultimately this is defined by the user's accounts.
When you call most social APIs, the extra fields depend on scopes and permissions, not just the endpoint. If you only receive name, email, and avatar, check whether the API allows access to extended profile data and request those scopes during auth. For Instagram-related projects, I’ve seen people avoid heavy profile data and instead enhance profiles visually, like generating stylish display names using Unicode fonts. I played with a free generator at insta name-style, which works well without needing extra API data. instanamesstyle.com
Answers
Does anybody has any ideas on this?
@ Harsh_Verma:
The API allows to query connection data (from a single social network), and user data (from all linked social networks, including contacts), see: docs.oneall.com/api/resources/users/.
These calls may give you more data, although ultimately this is defined by the user's accounts.
Edit: you also do need to setup the extended information in your application settings (https://app.oneall.com/applications/application/providers/provider/?applicationid=&providerid=10) .
Hope this helps.
This post may help:
support.oneall.com/forums/discussion/1895/how-to-get-and-show-extended-profile-data-in-buddypress-users-profiles#latest
When you call most social APIs, the extra fields depend on scopes and permissions, not just the endpoint. If you only receive name, email, and avatar, check whether the API allows access to extended profile data and request those scopes during auth. For Instagram-related projects, I’ve seen people avoid heavy profile data and instead enhance profiles visually, like generating stylish display names using Unicode fonts. I played with a free generator at insta name-style, which works well without needing extra API data. instanamesstyle.com