Home > error message > error message does not resolve to a valid user id

Error Message Does Not Resolve To A Valid User Id

Search Search Plugin+ (Plus) XT Backup App + Extensions Back XT Adaptive Images XT-K2 Link Item XT Menu XT Ultimate Icons Utilities Watermarks JoomGap Support Back Sign in - Account Downloads Customer Support Community Forum Contact Us Documentation Blog Site Search Join the Club Looking for Customer Service & Support IMPORTANT: This is a Community Forum. Answers are given by the community. If you are a Customer, please, Open New Issue to get access to the support service. Customer Support is only provided through our ticketing system https://support.extly.com/. If you do not have a paid membership, please create a new topic in the community forum. Index Recent Topics Log in Username Password Remember me Log in Forgot your password? Forgot your username? Create an account Index Recent Topics Log in Username Password Remember me Log in Forgot your password? Forgot your username? Create an account 401 Unauthorized You may not be able to visit this page because of: an out-of-date bookmark/favourite a search engine that has an out-of-date listing for this site a mistyped address you have no access to this page The requested resource was not found. An error has occurred while processing your request. If difficulties persist, please contact the System Administrator of this site and report the error below. Time to create page: 0.046 seconds Powered by Kunena Forum Join the Club! Access and support services to all Extly's extensions for 1-Year. The Extly Club is your source for all of our extensions. Join Now Join Our Newsletter News, upcoming features, and great deals! Contact Us We are always open for a quick chat! Support (only for customers) Community Support Partners Legal Terms of Use Privacy Policy Refund Policy Facebook App Privacy Policy Sitemap Copyright © 2007-2016 Extly.com - Joomla! Extensions. All Rights Reserved. Joomla! name is used under a limited license from Open Source Matters in the United States and other countries. Extly.com is not affiliated with or endorsed by Open Source Matters or the Joomla! project.

here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this site About Us Learn more about Stack Overflow the company Business Learn more about hiring developers or posting ads with us Stack Overflow Questions Jobs Documentation Tags Users Badges Ask Question x Dismiss Join the Stack Overflow Community Stack Overflow is a community of 4.7 million programmers, just like you, https://www.extly.com/forum/19-archive-solved-problems-bugs-issues/3152-status-100-user-name-does-not-resolve-to-a.html helping each other. Join them; it only takes a minute: Sign up Facebook User's permission when using an Application on own website - integrate in PHP rather than Url up vote -1 down vote favorite I created a Facebook App using PHP on my website. To use this application on my website the user must login using http://stackoverflow.com/questions/11015188/facebook-users-permission-when-using-an-application-on-own-website-integrate Facebook authentication. This app basically lets the user post a default comment on his wall. It works fine using my facebook profile account, but when I asked my friend to use my site he gets the following error - 'Uncaught OAuthException: (#200) The user hasn't authorized the application to perform this action thrown in' The only solution to my problem i found till now is by entering the following URL -

https://www.facebook.com/login.php?api_key=API_KEY&cancel_url=http://www.magimagi.com&next=http://magimagi.com/login/uploadtopage2.php&fbconnect=1&return_session=1&session_version=3&v=1.0&display=page&req_perms=user_about_me,user_birthday,publish_stream,offline_access
I do not want to create a link on my app for the user to click it - instead I want it integrated into the PHP code already on my website. Here is a sample PHP code I have
 / Get User ID $user = $facebook->getUser(); if ($user) { try { $user_profile = $facebook->api('/me'); } catch (FacebookApiException $e) { error_log($e); $user = null; } } if ($user) { $logoutUrl = $facebook->getLogoutUrl(); } else { $loginUrl = $facebook->getLoginUrl( array( 'scope' => 'publish_stream' )); } 
This is the HTML
 
 

© Copyright 2019|winbytes.org.