When I try to visit this url https://developers.facebook.com/tools/explorer/145634995501895/
Its shows complete blank page.
I tried with different browser. I tried with different internet connection. I trie on PC and phone.
All Same
What could be the reason? Am I blocked from using the explorer?
Try this link
Press the button "Get Accces Token", "Get Access Token" again in the pop-up window (you don't need special permissions there) and then "Submit" button.
Related
When I visit this page (Facebook Like Button official page) in my Facebook browser, the like button is working very gracefully.
It works this way:
1 - Click the "like"
2 - There will be a sparkle animation showing
3 - Then the like action is done
However, when I put the same code in a page of mine, still in Facebook internal browser, after clicking the like button, there's no animation and I am redirected to a new page, in which I'm asked to confirm the like action.
Here is the screenshot of the new confirm box
Is there a way to let the user like my page directly without this "Do you want to like this page" confirm box? I want this feature because people are taking actions on my page and if they are directed to another page, the status of that page is gone.
Thanks for any kind of tips!
There is a problem at IDN domain, Facebook oauth when re-authorization showing a blank popup. And nothing more happens. The problem is repeated only in Firefox.
Demo:
test page
1) Click on FB button. Accept auth.
2) Refresh page. Click on FB button. Opens a blank white window.
How to fix it? And can it be fixed?
I am trying to submit bugs about the graph API to facebook and they have a field for "Graph API Explorer Repro URL" The instructions are as follows:
Please provide a repro instance URL that describes the bug:
Get an access token by clicking on the "Get Access Token" button. Select permissions and select "Get Access Token".
Create your Graph API or FQL query that reproduces the issue. Test your query by clicking on the "Submit" button.
Click "Save Session" button to save your repro instance.
Copy paste the URL into the "Graph API Explorer Repro URL" field on the bug creation dialog. For example: https://developers.facebook.com/tools/explorer/145634995501895/?session_id=411486588960534
However, I don't see a Save Session button. Here's my screenshot: http://screencast.com/t/fWqPitPU
Am I missing it or do I need to do something in my permissions to allow for the save session button to show?
Save session button is available towards Down-Right corner of the Facebook Graph API Explorer page. Once, you have saved the session, you can copy the URL and submit it with the bug report.
I have been adding facebook like button code on all the pages of my website www.fitgunler.com since a year. For the last 2 weeks, I cannot seem to get a code for the like button. As I have always done before, I go to the https://developers.facebook.com/docs/plugins/like-button/ page, enter my URL and click get code. However first "Not logged in, please log in to continue" box appears, then I click log in (by the way I am already logged in on another tab while I am doing this) and then it goes to the same initial page, I enter the URL and click get code and again the same login box appears.
I cannot reproduce your problem. Are you sure you're logged in? Can you see your facebook-profile at the top of that page to generate the code? It seems that your session cannot be created.
You should not be logged in on another tab to be sure that facebook does not confuse with two logins.
Description:
This problem began sometime around Thursday October 4, 2012.
HTTP trace shows response code 500 - Internal Server Error from www.facebook.com/ajax/sharer/submit_page/.
Repeated button clicks sometimes clear the problem, otherwise a cache refresh using developers.facebook.com/tools/debug for the shared URL is required.
We use the following "flavor" of sharer.php:
http://www.facebook.com/sharer/sharer.php?s=100&p[medium]=103&p[url]=url&p[images][0]=imageUrl&p[summary]=summaryText&p[title]=titleText
Example shortened share links:
http://on.fb.me/RiDHzy
http://on.fb.me/OaHFwh
http://on.fb.me/VFNSCd
You can tweak the value of the p[url]=url ta_pid querystring parameter to bust the FB cache.
Expected Behavior
Share This Link page is displayed.
Click Share Link button.
Link is shared to your Facebook timeline.
Actual Behavior
Share This Link page is displayed.
Click Share Link button.
Nothing visible happens.
HTTP trace shows response code 500 - Internal Server Error from www.facebook.com/ajax/sharer/submit_page/.
Repeated Share Link button clicks sometimes cause link to share successfully.
After a cache refresh using developers.facebook.com/tools/debug for the shared URL -- p[url] -- clicking the Share Link button will cause link to share successfully.
It appears that Facebook has fixed this problem after escalation through multiple channels.