Paypal Developer - Cant view my REST Apps - paypal

Getting the following error when clicking on an app.
"We’re sorry, but something went wrong while displaying view/edit page for application. Please try again."
Anyone have this issue?

they are working on this right now
please be patient
i hope this issue is resolved until tomorrow
(source: hmtk.com)

Related

No product to add in Facebook App's "Add a Product" page

I've been trying to do the tutorial here: https://developers.facebook.com/docs/instagram-basic-display-api/getting-started but I immediately get stuck on Step 2 because there's no product under "Add a Product" list as seen on the screenshot below.
Facebook App Dashboard - Add a Product
I've done the following but still no luck:
Google
Search SO but wasn't able to find an issue like this
Disabled adblocker
Created a new account solely to use in Facebook Developers site
Anyone can point me to the right direction? I'd really appreciate it. Thank you!
Edit: Someone's having the same issue so to anyone else in the same boat, might be best to follow this: https://developers.facebook.com/community/threads/2598338917071430/

facebook "register as developer" button is broken

"https://developers.facebook.com/onboarding/"
fails on POST in my console and if I manually go to the url
Sorry, something went wrong.
We're working on getting this fixed as soon as we can.
This is a known issue and the team at Facebook is working urgently on fixing it - thanks for reporting it. Also, in future, please file these issues at developers.facebook.com/bugs where our oncall team looks at each incoming bug.
[I work at Facebook]

Joomla 2.5.9 Wrong redirect after Read more -> Login

I´ve a strange Joomla 2.5.9 problem where I do not know if it´s a bug or a setting issue.
Anyway my problem is I ´ve created a menu item kind "Blog List", choosed a category and set the "access" of the articles to "registered" and "show unauthorized access links" to yes. Now the user can see the articles, but is redirected to the login if he clicks "read more".
steps can be seen here (-> http://tinyurl.com/bldbvx4)
So far so good. Unfortunately the return URL for the article is not created correctly.
I ´ve created a demo installation which illustrates my problem.
http://seminare-gratz.de/Joomla_2/index.php/problem
Login:
demo
demo
If I click "Koala" and log-in in the next step, Joomla tries to redirect me to:
http://seminare-gratz.de/Joomla_2/index.php/%2FJoomla_2%2Findex.php%2Fproblem%3Fid%3D25%3Akoala
correct would be:
http://seminare-gratz.de/Joomla_2/index.php/problem/25-koala
To solve this issue I tried to cut the wrong part with htaccess (failed)
Any clue how to fix this?
Thankful for any help,
Tony
Okay, got it. For everyone else having this problem. I did a template override of:
components/com_content/views/category/tmpl/blog_item.php
and cutted the urlencode in line 149.
//$link->setVar('return', base64_encode(urlencode($returnURL)));
$link->setVar('return', base64_encode($returnURL));
with this hack it works ...
This is because you have given Access level to register so normal users are not allowed to read this article. So you kindly change access level registered to public.

Page tab , developer app.

I just want to use developer app for creating normal simple custom tab. And always get:
"400 Bad Request
Your browser sent a request that this server could not understand. "
There is no syntax errors as u can see image below:
Screen of configuration
I did configured it as all tutiorals says:
Here is link for you to check that there is any simple text wrote in html:
https://www.cactusek.home.pl/index.html
So any1 can help me PLEASE!?:)
help would be appreciate !
greetings
When I went to that link, my browser complained that your SSL cert is bad. Fix that and it might work better.

Database Down error while posting a comment through comment box in facebook iframe application

I have an iframe application. I have comment box functionality. It is displayed well but the problem comes when i click on post iam getting this error:
Database Down
Sorry, a temporary error has occurred. Please try again.
How can i resolve this please help me on this?
It may be a facebook issue...give it a couple of hours and try again. More importantly make sure you are using the recent comment tags as can be found here
https://developers.facebook.com/docs/reference/plugins/comments/
Use the form to generate your code and try it out.
In my experience, this is likely due to not using the xid parameter. Check that it is there, and if not - adding it should solve your problem.