No Tabs-Urls added [duplicate] - windows

This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
How to add tab application to a page with the “new auth dialog”
I just have "programmed" a new tab for my fanpage as described in the help for developers.
(https://developers.facebook.com/docs/appsonfacebook/pagetabs/)
I have got a app ID, but no App Urls. I can't reached the App Page to add it to my fanpage.
Why does the app don't work? Where can I get help. It looks so easy, but I am on it for hours now.
Thanks a lot.
Wolfgang

From the Facebook Documentation:
https://www.facebook.com/dialog/pagetab?app_id=YOUR_APP_ID&next=YOUR_URL
YOUR_URL seems to need to be the Website Url associated with your App.

Finally it works.
If anybody do have the same problem, here a hint:
YOUR_URL is the path to the app hosted on your server (e.g. https://www.example.com/app/index.html).

Related

Can I see checked rules list in a project? [duplicate]

This question already has an answer here:
SonarQube - How to see more than the first 15 violations?
(1 answer)
Closed 5 years ago.
I made to run sonarqube. And many bugs were caught in the project.
So when I loaded Issues page, I filtered rules like link image...
I think a lot of bugs was caught many rules in the sonarqube. But I can not see all of rules in the left side of a issues page.
Can I see all rules that bugs were caught ??
Sorry about my poor English... And Thanks a lot in advance..
enter image description here
It's not possible to get this list through the UI. However, you could use web services to
get the list of all rules active in the appropriate profile
get the issue count in your project for each rule

How to provide a service to extensions joomla?

I am trying create a joomla component. In that component I need to store some phone numbers and those numbers should be provided when an extension asks for them. How can I achieve this? Please direct me if there is comprehensive tutorials.
Thanks in advance...
A similar question exists in the Joomla Stack Exchange site here, with links, suggestions and references to a bunch of resources around Joomla Development.
Furthermore in JSE you can find great assistance for specific questions during your development attempt.
The Joomla! support site has some links to component development:
http://docs.joomla.org/Portal:Component_Development
I see that you tagged 2.5, but version 3 is the new stable version. There is an example V3 component here:
http://lendr.websparkinc.com/
When I started, I looked at an existing extension which was similar to what I wanted and went from there.

How to find Xcode developer API

I want to write a plugin for Xcode,
however for that I need some api I can connect to, to change the behaviour of Xcode.
where can I find the API?
simply searching for "Xcode developer API" ,"Xcode developer class reference" , "Xcode API", only yields questions about it, not the official API?
As a very related question answered a couple years ago, there is no official documentation from Apple.
But you're not entirely alone.
Here's an Xcode 5 plugin template on GitHub, and some pointers in an article that talks about Plugin development for theXcode 4.

How to run codeigniter on Ubuntu [duplicate]

This question already has answers here:
Codeigniter on Ubuntu no welcome message
(3 answers)
Closed 9 years ago.
I'm having trouble making my CodeIgniter project work in Ubuntu, since I've previously developed on Windows I am unfamiliar with the environment. My main problem is that I don't even see any error or warning that can help me determine what the problem is. It's just a blank screen. But I already run the symfony project on my laptop Symfony project was smoothly running. I also give the full permission on my CodeIgniter project.
On Ubuntu, one of the best tools for debugging websites is checking the log files.
The Apache log files are usually located in /var/log/apache2/ and you can set up CodeIgniter to log errors to a file too.
Once you have that information, searching for a solution to your problem usually becomes much easier.

Xcode 4.3.3 and LevelHelper Template

I downloaded the Xcode 4 template for LevelHelper and installed it to /Library/Developer/Xcode/Templates/cocos2d v2.x/ and tried to run it through Xcode. When I try to create a project using the template, this happens. Can anybody help me?
Templates are no longer needed and they actually never where
Please follow the step by step guide from here
http://www.levelhelper.org/app/documentation/DocumentationCocos2d/index.htm
Why do you ask for help on stackoverflow when LevelHelper has a dedicated support forum? Next time you want support please use the levelhelper forum or contact form or you may find yourself waithing for an answer that will never come. You were lucky that i found out about your question

Resources