wso2 store - how to add custom page - wso2

I would like to know if it's possible to create a new custom page in store.
If yes, where will be stored this page ?
maybe in
site/themes/fancy/subthemes/<mySubTheme>/templates/
Is there any template to follow?
Thank you in advance
Claudio

I found this interesting guide
Api Manager

Related

Facebook Api V10 : How to tag or mention a user in my facebook post?

In Facebook Api V10, what is the option for tagging or mentioning a user in my Facebook post. I have tried with #[username] but it just display like what I wrote in message. Also tried with #{[username]} but result is same. Thanks in advance...
Have you tried #[{username}] ? :)
You can use #[user_id],in case for page use #[page_id]
You can only mention pages. User profiles are not allowed.
To mention a page use the format #[page-id]. Usernames will not resolve.
Here is some additional info: https://developers.facebook.com/docs/pages/mentions/
Note, the Page being mentioned must allow Page tagging.

Weird error in Sitecore user manager

I am having this weird error in sitecore user manager.
I get this error as soon as i open user manager
I can't assign users to roles.
Can anyone please help ?
Thanks in advance.
P.S > Just in case it's not visible properly : http://www.flickr.com/photos/24436387#N00/9030219859/lightbox/
Found this sdn post as well, refers to paging and databinding errors in the user manager should be fixed in your version of Sitecore though.
Although may give you something else to investigate.
Ok found the solution. I was using a third party provider (connector to salesforce) which was pushing campaign members to sitecore. And there was a bug in that API that was giving sitecore the wrong total null but only users.
Thanks for your help.

Programmatically add a WSO2 API manager store user (subscriber)

Is it possible to programmatically add a store user?
I found the following API manager service urls;
https://localhost:8243/services/RemoteUserStoreManagerService?wsdl
https://localhost:8243/services/APIAuthenticationService?wsdl
https://localhost:8243/services/APIKeyMgtSubscriberService?wsdl
https://localhost:8243/services/RestApiAdmin?wsdl
but I get a white screen. The following directories are also empty:
/opt/wso2am-1.3.1/repository/deployment/server/jaggeryapps/store/apis/xml
/opt/wso2am-1.3.1/repository/deployment/server/jaggeryapps/store/apis/rest
/opt/wso2am-1.3.1/repository/deployment/server/jaggeryapps/store/apis/json
Seems like it is not implemented yet.
I'll appreciate any update on this.
Please see the below comment which is an answer given for a similar question like yours.
https://wso2.org/jira/browse/APIMANAGER-1311?focusedCommentId=66003&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_66003
regards

Facebook APIs: Anyway to see when a page was created?

Has Facebook ever provided a way to ascertain when a page was created either through the Graph API, the Legacy API, or FQL? I can't seem to find it.
No, the creation date of a page isn't exposed anywhere in the API
According to this offical resource :
https://developers.facebook.com/docs/reference/fql/page
There is no any column that mention about the time when page is created.

Free server solution for strict content photos with geotags

I would like to create some kind of open free "group" posting of photos with geotags
First I thought about Panoramio, but seems there is no API for photos upload.
By now I can see only two ways:
Flickr - there are groups but you have to approve group membership anyway, or use tags for grouping which is bad for maintenance
Custom server solution which will cost efforts and hosting
Can you suggest other free photo services with geotags functionality, or opensource solutions?
Thank you!
EDIT
:) Want to add, that I am intrasted in services with open API that is why I thought its a good idea ask this question at SO...
I guess, Picasa may be an alternative in some way.
Picasa access in android: PicasaUploadActivity
it also seems like panoramio does have an API based on services with responses in JSON
the request will be something like
http://www.panoramio.com/map/get_panoramas.php?order=popularity&set=public&from=0&to=10&minx=-124.29382324218749&miny=36.089060460282006&maxx=-119.8773193359375&maxy=38.724090458956965&callback=MyCallback
checkout this post in google geo developers blog for more info
hope it helps.
G.