how to get users imdb profile and then import to an online app - imdb

Am building an app that film expert can use to connect with one another but i want them to be able to import their profile from IMDB, in order to set their profile on the app.

This page can be helpfull for you. You can implement other functionality with this way.

Related

Same package on google play. Is it possible?

I have a question about google play link.
I've created an app that has the same name as other app. After I realised that app with such name already exists, I changed the name of app directory in Android Studio to other name. Link still contains the same name that other app with other package name, now I can't go back. Is it legal to use other app's name in google play link with my company domain? (after change name in app directory in Android Studio?).
Relevant information will helpful.
Thanks
I can't comment on legality - you'd have to ask a lawyer for that, not a programming Q&A site. But it is always a good idea to make the package name of your app start with the reverse of the domain name that you own. For example, if you owned myfirstapp.com then make your app package name com.myfirstapp. This avoids clashes and problems like this. So for example GMail is com.google.android.gm because Google owns google.com.
You can't change the package name once you have created it. However in your case if you don't have many users already then I'd just create a new app with the new package name, and ask your users to move. If you already have thousands of users you might just have to live with your old package name. But I'd ask a lawyer.

How to manage App Store into RHMAP?

I would like to know how can I create and manage my App Store into RHMAP.
I am looking there and I could find the area specific to do it into the studio. Can someone give me a hand here?
To create and manage your App Store into RHMAP you can go to Admin >> Mobile App Management area.
For more information check the section "4.2.4. Mobile App Management"[1] into Product Features documentation.
[1] - https://access.redhat.com/documentation/en-us/red_hat_mobile_application_platform_hosted/3/html/product_features/product-features-administration-and-management#mobile-app-management

Change customer store _id and created_from

I need to change store_id and created_from of my customers.
I've try import store view with dataflow with this column (website base, store it) and without column with store view default set in dataflow import profile, all without success.
So, how i can change it in import or after import.
I need that for manage newsletter list destination in mailchimp sync.
Thanks a lot.
I've resolve it.
i don't use Dataflow import/export magento base.
I've install amazing extension "amartinez_customimportexport" all export/import work directly in db and all work fine.

Prestashop: import images from antother site

I developed an utility to import products from a web service which executes under a cron command. I have an issue with images, I don't know what I have to do with them, the service gives me an image url which I can download to my server and update in my prestashop database this product image, but it's not showing it, I guess I must run some Prestashop command or generate thumbnails or similar?
Thank you
Prestashop has a good documentation about handling image via webservice.
Have you checked this?
http://doc.prestashop.com/display/PS15/Chapter+9+-+Image+management

Is there a way in Joomla to have public user profiles?

I installed Joomla 1.7 and I noticed that you can have user profiles with the user profile plugin. However, is there a way to publicly access a user's profile (without loging in)?
For instance, I noticed that you can go to:
/index.php?option=com_users&view=profile
However, that seems to pull up my own profile, If I am logged out it always redirects you to the login form. I have tried adding additional variables like "id=1", "user_id=1", or "userId=1".
Is there a way to do this? Or will I have to develop a component to pull in this information publicly?
Even though it not possible with clean Joomla website a lot of useful code come with it, which you could include to your component if you prefer to create one.
But... there is a great extension Community Builder with a great team behind it. Having used it in the past, I would highly recommend it as a solution for community based sites.
It changes the login form to a much better & bug-free form, enables more fields to be created for registration, and allows special pages for individual users, plus, community builder has extension-specific plugins.
EDIT: This answer needs an update as since it was added more extensions have been introduced like JomSocial or EasySocial. I cannot recomment CommunityBuilder any more
This post is tagged with Joomla 1.7 however I wanted to mention that if using Joomla 3.7.4 you now have the ability to show the User Profile plugin data from the core Contacts component. You can also add more custom fields to the Users component and they will also show from the Contacts component. You can set the display of the Users Profile info by going to the Admin panel -> Contacts -> Options. Turn on the option under; Contact -> User Profile -> set to "Show".

Resources