App Namespace Lost - namespaces

I created an app then accidentally deleted it and when I tried to recreate it I got the message that the app namespace was already taken. Is it possible to get the same namespace?

Once you delete an app you created on FB, you can't re-create it with same namespace. It is a bug in FB. Once I had same issue and when I tried to get hep from FB community help center, I found many people having same issue.

Only if you manage to contact that developer and bribe him with beer or chocolate. :)
I don't think there is much you can do about it. Much like someone taking your domain name, the app namespace defines your application within Facebook - this is why it has to be unique.
Why don't you try placing a hypen - between words in your namespace.
For example:
https://apps.facebook.com/sean-sekora

Related

Looking for dynamic e-signature service for a new web application

I have a application that I am working on rolling out and need to do "onboarding". I need people to sign releases.
I am looking to intergrate a "e-signature" function - not just a simple Accept check box.
I have looked at options like esignlive and adobe esign.
I am not sure if anyone know of a service / tool / JAR/ something that i can incorporate the concept of "signing" an release online.
Thanks in advance.
FYI I did find this js library
https://github.com/szimek/signature_pad

Angular 4 Dynamically Create Component from User Definable input

I'm looking to build an App in Angular 4 that would allow components to be dynamically created from storage (database, url, server stored file). The goal is to allow users to build there own components to create custom dashboards to view data.
I've been looking through google and stackoverflow to see if something like this has been achieved, but I have not seen anything to point me in the right direction.
If this is possible would anyone be willing to explain or link me to a resource to help me get started on this?
Thank you in advance
You can check these out:
https://medium.com/front-end-hacking/dynamically-add-components-to-the-dom-with-angular-71b0cb535286
https://angular.io/guide/dynamic-component-loader
I prefer number 1 because it provides a very detailed & clear guide.

Custom Options not showing when creating order in Magento Admin

I assume this is a magento bug. When I try to place an order via Magento Admin Order Create, the custom options for the product do not show up. However, the custom options works well from the frontend. See image.
How can I resolve this? Thanks for helping out.
It's seems you use customer module
What is the name of the module?

Not able to make calls to mod_roster_odbc functions

I tried to use my own custom roster by integrating mod_roster_odbc. I changed the config file too (commented out mod_roster and make a new entry for mod_roster_odbc). After running with this setup, mod_roster_odbc module is getting started ( I put some logs to in start function, those I can see). But none of other function is not getting called as I alter presence or logged out/logged in.
Please help to identify where I am making the mistake.
I think I know the answer to this. many websites tell you to use mod_roster_odbc.erl to create your own rostering. I believe thats your problem. Many of the functions are merged into mod_roster.erl file itself. I dont think this is mentioned anywhere.
So what you need to do is in ejabberd.cfg enable mod_roster_odbc but dont remove the mod_roster.erl file with the odbc file. This file will take care.
Finally you need to create a rosterusers table (or something like it) so that ejabber can query for friend list. After these changes, just restart ejabber server and you should be good to go. hope this helps.

FlashBuilder workspace update issues

When working on several AS3 projects that share a common code base, FlashBuilder seems to be losing workspace data when switching from one project to the next. I will often get a message that such class could not be found , when the class is actually in the path but was probably modified in the previous project.
To fix this error, I find myself having to remove the external library folder , restart FB, then re-add the library folder and all is well.
Please tell me there's another way to "refresh" FB's workspace ! Have you experienced anything similar? If yes, how do you avoid this problem?
Did you try a clean on the project?
project -> clean
You could also try to clean your workspace. In windows for example, just add -clean after the link to the exe.
Update:
on a mac, try this: http://www.brooksandrus.com/blog/2007/06/30/run-eclipse-from-the-command-line-on-os-x/