Hi,
You can obtain photos in several ways.
The connections endpoint docs.oneall.com/api/resources/connections/read-connection-details/ (which gave you the user token) contains the links to the photo URIs.
Also, with the user token, you can retrieve…
Hi,
Here are the API endpoints which allow you to share:
docs.oneall.com/api/resources/users/write-to-users-wall/
docs.oneall.com/api/resources/providers/facebook/list-all-pages/
Also, we have some browser sharing HTML & JS you may use.
Regards
Yes, have a look at this: http://docs.oneall.com/api/resources/providers/facebook/write-to-page/
You need to first get a page reference for your user (page_token), from another API endpoint.
Regards
Hi,
Yes, the component adds this line automatically (just thought you may have changed this).
A basic setup of T3 blank on Joomla 3.5.1 does show the icons (for ex: position-1, on all pages).
But, this is not setup: I wanted your module to appear …
Hi,
The questions actually tell you how you can use publish_action permission.
Your answers to 1-3 are correct.
Question 4 gives valid choices, you're probably in situation 4.a, but that will depend on your site.
Regards
Hi,
We have not tested our plugin with PHP7.
If you do test it, feel free to report errors you may have and we'll correct them (errors relate to our plugin of course :-).
Thanks.
Thanks.
Then try this:
$data->user->identities[0]->displayName
$data->user->identities[0]->emails[0]->value
You can also use var_dump() on the json_decode() response message to examine the contents.
There are arrays structures …
Hi,
There is an endpoint that will provide you this: /connections/.json, details are here: docs.oneall.com/api/resources/connections/read-connection-details/.
You need to supply some credentials to use the endpoint, see docs.oneall.com/api/basic/aut…