{"id":6778,"date":"2014-04-23T04:01:16","date_gmt":"2014-04-23T04:01:16","guid":{"rendered":"https:\/\/unknownerror.org\/index.php\/2014\/04\/23\/problem-about-facebook-apps-collection-of-common-programming-errors\/"},"modified":"2022-08-30T15:45:34","modified_gmt":"2022-08-30T15:45:34","slug":"problem-about-facebook-apps-collection-of-common-programming-errors","status":"publish","type":"post","link":"https:\/\/unknownerror.org\/index.php\/2014\/04\/23\/problem-about-facebook-apps-collection-of-common-programming-errors\/","title":{"rendered":"problem about facebook-apps-Collection of common programming errors"},"content":{"rendered":"<ul>\n<li><img decoding=\"async\" src=\"http:\/\/i.stack.imgur.com\/kUHhO.jpg?s=32&amp;g=1\" \/><br \/>\nAshique Majeed<br \/>\nphp facebook facebook-graph-api facebook-php-sdk facebook-apps<br \/>\nI just tried to develop a Facebook application using Facebook PHP SDK. The example code given in Facebook developer site is as below..&lt;?php\/\/ Remember to copy files from the SDK&#8217;s src\/ directory to a\/\/ directory in your application on the server, such as php-sdk\/require_once(&#8216;php-sdk\/facebook.php&#8217;);$config = array(&#8216;appId&#8217; =&gt; &#8216;YOUR_APP_ID&#8217;,&#8217;secret&#8217; =&gt; &#8216;YOUR_APP_SECRET&#8217;,&#8217;fileUpload&#8217; =&gt; true,&#8217;allowSignedRequest&#8217; =&gt; false \/\/ optional but should be set to false for non-canvas apps);$fa<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/f473b11a18278ff82e7b23836770b05d?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nmykisscool<br \/>\nfacebook facebook-graph-api facebook-apps<br \/>\nI&#8217;m in the process of developing a Contest and Promotion-related Facebook app and my intent is to to create a tab on my company&#8217;s page that will provide access to the app.Once their, users can nominate local companies for awards. Later on; once the nominations are in, users can vote for a winner.I&#8217;ve integrated Open Graph into my app so that I can take advantage of Object Types (Organization), Action Types (Nominate, Vote For), and Aggregations (Nominations). My main objective is to then trans<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/8f79516d2eb398f0108129a7d81ec29e?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nAleksejs Mjaliks<br \/>\nfacebook-apps facebook-app-center<br \/>\nThe native iOS app is listed on Facebook App Center. But there is issue with &#8220;Send to Mobile&#8221; action, it fails with error:API Error Code: 191API Error Description: The specified URL is not owned by the applicationError Message: redirect_uri is not allowed by the application for OAuth.Because the app is configured as a native iOS app, there is no any domains and redirect URI entered.P.S. I know there is plenty of questions about API Error Code 191. But at the moment none of them was helpful, thus<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/i.stack.imgur.com\/HgRmP.jpg?s=32&amp;g=1\" \/><br \/>\nGal V<br \/>\nfacebook-opengraph facebook-apps facebook-test-users<br \/>\nI&#8217;m developing a facebook canvas application (iframe) and I&#8217;m using the Open Graph API to post user actions.When I submit my action to facebook&#8217;s team approval, they reply with:We are unable to test this action due to an error within your app.Please make sure that your action functions correctly by testing withthe Auth Dialog Preview User and re-submit.Here&#8217;s the thing. I realised that only when I test the application with an app generated test user, I get an error when trying to post open graph<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/589e514a7a8f37ae9c1143a648e4a7ce?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nrink.attendant.6<br \/>\nfacebook facebook-graph-api facebook-like facebook-apps facebook-timeline<br \/>\nI just registered a Facebook app so I could let people post articles to their newsfeed the way gizmodo does it (http:\/\/gizmodo.com\/5969817\/the-hobbit-an-unexpected-masterclass-in-why-48-fps-fails).However, the post is coming up with permissions as &#8220;only me&#8221;. How do I change this? I&#8217;ve already changed the default permissions in the app to &#8220;friends&#8221;.Steps to reproduce:Go to http:\/\/www.senseculture.com\/blog\/posts\/75_adventure-time.php Click Like Enter some text and click Post to Facebook See it in<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/b8f7c2cf96109d8ab9efda2ce50dcdab?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nRaphael_<br \/>\nphp laravel facebook-apps laravel-3<br \/>\nI&#8217;m getting this error:call_user_func_array() expects parameter 1 to be a valid callback, class &#8216;Symfony\\Component\\HttpFoundation\\LaravelRequest&#8217; does not have a method &#8216;url&#8217;The code I&#8217;m using is:routes.php:&lt;?phpRoute::post(&#8221;, &#8216;app@check&#8217;); Route::get(&#8221;, &#8216;app@check&#8217;); Route::post(&#8216;game&#8217;, &#8216;app@game&#8217;); Route::get(&#8216;game&#8217;, &#8216;app@game&#8217;); Route::get(&#8216;terminos&#8217;, &#8216;app@terminos&#8217;); Route::post(&#8216;save&#8217;, &#8216;scores@savescore&#8217;); Route::get(&#8216;scores&#8217;, &#8216;scores@scorelist&#8217;); Route::get(&#8216;scores2468&#8217;, &#8216;scores@shows<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/04ff76a734ad346c92c86822e96fe6d5?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nAshwin N Bhanushali<br \/>\nfacebook exception facebook-c#-sdk facebook-apps targetinvocationexception<br \/>\nI am using a Facebook app to show facebook statuses and images from a Facebook page to my windows 8 application but I am getting a Target Invocation Exception each time and although I have a try catch, I do not know how to get rid of this exception. The inner exception is a Facebook Wrap Exception Wrapper. Any ideas? Here is my call stack:System.Reflection.TargetInvocationException was unhandled HResult=-2146232828 Message=An exception occurred during the operation, making the result invalid. C<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/17a5aac761a48d8b1b93810f672c9d34?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nSneha Inguva<br \/>\nfacebook facebook-php-sdk facebook-apps blacklist<br \/>\nI am creating a very basic app on Facebook that is still in development. I am hosting it on 1and1.com and using the PHP SDK for login. Though it was functioning correctly, I suddenly woke up yesterday morning and found myself facing this error: Fatal error: Uncaught OAuthException: This IP can&#8217;t make requests for that application.I&#8217;ve looked through similar threads and tried to do the following things: &#8211; Added my app url to the whitelist (upon suggestion I do so.) When I realized it didn&#8217;t help<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/0ebef12c4291184562dac09965bce808?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\ndigster<br \/>\nfacebook facebook-graph-api facebook-php-sdk facebook-apps facebook-authentication<br \/>\nI am using the following code to get permissions for my app(the code is in index.php)- &lt;?phprequire_once &#8220;sdk\/facebook.php&#8221;;$fbconfig[&#8216;appid&#8217;] = &#8220;333446170045623&#8221;;$fbconfig[&#8216;secret&#8217;] = &#8220;9ea7b92bc7eac852a3900e1d7931c34d&#8221;;$facebook = new Facebook(array(&#8216;appId&#8217; =&gt; $fbconfig[&#8216;appid&#8217;],&#8217;secret&#8217; =&gt; $fbconfig[&#8216;secret&#8217;],&#8217;cookie&#8217; =&gt; true,));$user = $facebook-&gt;getUser();if (!$user) { \/* If user not found, authenticate *\/ $loginUrl = $facebook-&gt;getLoginUrl(array(&#8216;scope&#8217; =&gt; &#8216;publish_stre<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/0192da53537800f25f80e1f9aa9044f9?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nAlex Naspo<br \/>\nphp facebook-graph-api facebook-php-sdk facebook-apps<br \/>\nI am trying to tag my facebook-app user in the photo created by the app. but its giving me error.$args = array(&#8216;message&#8217; =&gt; $fbme[&#8216;name&#8217;].&#8217; will have a love marriage.&#8217;,&#8217;image&#8217; =&gt; &#8216;@&#8217; . realpath(&#8216;.\/images\/wall-e-and-eva1.jpg&#8217;),&#8217;tags&#8217; =&gt; array(array(&#8216;tag_uid&#8217;=&gt; $uid,&#8217;x&#8217; =&gt; 0,&#8217;y&#8217; =&gt; 0,)) );$data = $facebook-&gt;api(&#8216;\/&#8217;.$uid.&#8217;\/photos&#8217;, &#8216;post&#8217;, $args);where $uid =$facebook-&gt;getUser();I am getting the below error. I dont understand how the photo is created and uploa<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/5e98e6ae5b68529d1328857e563889d3?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\njszumski<br \/>\nios facebook sdk facebook-apps<br \/>\nWhen trying to integrate the Facebook iOS SDK I encountered this error:Terminating app due to uncaught exception&#8217;com.facebook.sdk:InvalidOperationException&#8217;, reason: &#8216;FBSession: NoAppID provided; either pass an AppID to init, or add a string valuedkey with the appropriate id named FacebookAppID to the bundle*.plist&#8217;`However, I did put FacebookAppID and a FB-specific URL scheme into Info.plist:&lt;plist version=&#8221;1.0&#8243;&gt; &lt;dict&gt; &lt;key&gt;CFBundleURLTypes&lt;\/key&gt; &lt;array&gt;&lt;dict&amp;g<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/graph.facebook.com\/100000971252591\/picture?type=large\" \/><br \/>\nGabriel Jacinto<br \/>\nfacebook login facebook-php-sdk facebook-apps<br \/>\nWhen I log in with my facebook account in my website, sucess! But when log in with facebook account of my friend, give this error: Uncaught OAuthException: (#200) User is not in an allowed country for this app&#8217;s music functionality, nor a tester or developer of the app. It&#8217;s not just him. The other people also. In the settings of the app I put as &#8220;people without location can use&#8221; and &#8220;people from any location can use&#8221;, but continues giving the error.<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/graph.facebook.com\/1393751489\/picture?type=large\" \/><br \/>\nAltin Elezaj<br \/>\nfacebook facebook-apps<br \/>\nI have a FB app script and im trying to make it work but I get this error:Fatal error: Uncaught Exception: 601: Parser error: unexpected &#8216;)&#8217; at position 37. thrown in \/home\/altin\/public_html\/apps\/empower\/empowermix\/base_facebook.php on line 658Here is the part of the script where I get the error:$friendsLists = $facebook-&gt;api(&#8216;\/me\/friends&#8217;);foreach ($friendsLists as $friends) {$ile=count($friends);}$zapytanie=&#8221; (uid=&#8221;.$friends[0][&#8216;id&#8217;].&#8221;) &#8220;;for($i=1;$i&lt;$ile;$i++){$zapytanie.=&#8221; or (uid=&#8221;.$f<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/d4b1fc48c21654818992d5df6651c0c0?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nChristian Rankin<br \/>\nphp facebook-apps<br \/>\nI just built an application with the facebook graph API, and it&#8217;s been running smoothly till now.. Whenever I go to my website I&#8217;m now getting the errorUncaught FacebookApiException: Unsupported operation thrown on line 1254Here is line 1254$e = new FacebookApiException($result);When I ran a debug, this is what I gotOpen Graph Warnings That Should Be FixedInferred Property: The &#8216;og:url&#8217; property should be explicitly provided, even if a value can be inferred from other tags.Inferred Property: T<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/cfaaf4f5af91dc5a45b3235c2cda5aa1?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nguybennet<br \/>\nphp facebook-php-sdk facebook-apps<br \/>\nmy aplication is work fine but there is one problem. when someone try to use my application he\/she gets this error. other problem is after allowing the app it doesnt redirect anywhere, you have to resresf page. after allow and refreshing you can use app.my allow code: fb:login-button perms=&#8221;email,user_birthday,status_update,publish_stream,offline_access&#8221;&gt;you can check my app page: https:\/\/apps.facebook.com\/denemeapicik\/error:Uncaught OAuthException: Error validating access token: User 1000abc ha<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/9d46cbdc3830248a0615f14ae4b7b33d?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nAnupam Jain<br \/>\npython facebook-apps<br \/>\nMy FB app code had broken after a Facebook October 2012 Breaking Change and it got fixed by following a suggestion here: Picture property format using run with friends fb appBut interestingly, after fixing it, I am facing another issue in the same code (which I dont think existed earlier) I have searched through the Breaking Changes but this issue doesnt seem to be discussed there as well. Its complaining of user_id not being an attribute of self.user in this line: u&#8217;userIdOnServer&#8217;: self.user.u<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/ccbeeae49f4fdd2285241eb66fdbb7c2?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nuser958414<br \/>\nfacebook email facebook-javascript-sdk facebook-apps<br \/>\nHi,I am using JavaScript API to create my app for Facebook.The problem is, it&#8217;s returning email = undefined. I dont know why? And if I use Facebook login\/logout button on my app then the alert shows correct email id of the user but I don&#8217;t want to do that. What am I missing? Here is my code: &lt;p&gt;&lt;fb:login-button autologoutlink=&#8221;true&#8221; perms=&#8221;user_about_me,email&#8221;&gt;&lt;\/fb:login-button&gt;&lt;\/p&gt;&lt;script&gt; window.fbAsyncInit = function () { FB.init({ appId: &#8216;250180631699888&#8217;, statu<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/89841cf57849bbe957c155d3d68252f6?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nJason<br \/>\nfacebook facebook-apps<br \/>\nThis has been driving me completely nuts for months now. I have created an app for the sole purpose of displaying content customized for facebook from my company&#8217;s website.We want something like this: http:\/\/www.facebook.com\/FarmersInsurance?sk=app_7146470109 But end up with this: http:\/\/www.facebook.com\/DeltaFlexTravelers?sk=app_110411285713674I can&#8217;t get rid of the damn scroll bars! I&#8217;ve done everything that other answers to this kind of question suggest to no avail. I am explicitly setting th<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/594dbfea0b2357e3047f788b0e54dfbe?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nMattyx<br \/>\nfacebook-apps facebook-page<br \/>\nSeveral month ago, before FB restricting the ability of a Page Account to create apps, I have created an application and linked to the page.Now I cannot access anymore to the developers page with this account. I had to create a new app with my personal account, but I can&#8217;t find a way to remove or unlink the old app from the page.I cannot create a new page, as a result of nearly one year of activity on the current page, and trying to link the new app to the old page I get an undefined error.We ar<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/b5137231c184d851ba31098528782084?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nmianahmad<br \/>\nphp facebook facebook-apps facebook-app-requests php-gettext<br \/>\nwhen user allow my app i receive this type of success url:http:\/\/localhost\/fbapp\/app.php#access_token=AAAAALY8OpPABAM67auStdfgdfOdfgdfgdenqEt9QZCGD2a1h3iWFrhmNWqOf8l4a9RQ8tAJCM9y5QbYpsP6sT1g0ZCXDhtZCECZApGb&amp;expires_in=6604i am trying $_GET[&#8216;access_token&#8217;] to save access token, but it&#8217;s not working,i want to know that how to get access token from this url..<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/9408b366aebee3a8bc4410b6a859b53c?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nJoshc<br \/>\nfacebook-javascript-sdk facebook-php-sdk facebook-apps<br \/>\nI&#8217;m creating a facebook tab page and I would like to use fan gating.I&#8217;ve used fan gating before and have had no problems, but this was like 4 months ago. And I&#8217;m using the same PHP but this time I&#8217;m getting problems.See below the basic code for my app and the fan gate conditional statement&#8230;But I get this error for some reason&#8230;Notice: Undefined index: signed_request in \/home\/sites\/example.co.uk\/www\/competition\/index.php on line 126 Notice: Undefined offset: 1 in \/home\/sites\/example.co.uk\/www\/<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/941b4d4920facbe1513cd6a79fd30443?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nuser1147995<br \/>\nfacebook codeigniter facebook-apps facebook-authentication<br \/>\nI am trying to use facebook registration plugin with following code &lt;?phpdefine(&#8216;FACEBOOK_APP_ID&#8217;, &#8216;your_app_id&#8217;);define(&#8216;FACEBOOK_SECRET&#8217;, &#8216;your_app_secret&#8217;);function parse_signed_request($signed_request, $secret) {list($encoded_sig, $payload) = explode(&#8216;.&#8217;, $signed_request, 2); \/\/ decode the data$sig = base64_url_decode($encoded_sig);$data = json_decode(base64_url_decode($payload), true);if (strtoupper($data[&#8216;algorithm&#8217;]) !== &#8216;HMAC-SHA256&#8217;) {error_log(&#8216;Unknown algorithm. Expected HMAC-SHA25<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/bef1a0279311d0f5b8260ddc08154adc?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nRen83<br \/>\nfacebook facebook-graph-api firefox facebook-apps<br \/>\nIm using FB.api query to fetch a user friends list (that already using my app). This worked till today, now it continue to work in every browser but Firefox, in Firefox the response return &#8220;Unknown Error&#8221;.FB.api({method: &#8216;fql.query&#8217;,query: &#8216;SELECT uid,name FROM user WHERE has_added_app=1 AND uid IN (SELECT uid2 FROM friend WHERE uid1 = &#8216; + user_facebook_id+ &#8216;)&#8217;}, function (response) {}I have noticed that facebook perform this http call:https:\/\/www.facebook.com\/dialog\/oauth?client_id=&#8230;..And its<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/817afccebcbe3a4983a5e8c584f30373?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nuser984621<br \/>\nfacebook ssl facebook-apps<br \/>\nI am working on my first app for Facebook and facing (probably) with the SSL problem. If I am testing the app, so it&#8217;s working well. But then I wanted to test the app by my friend &#8211; so I assigned him the role &#8220;Tester&#8221;, he accepted it and I sent him the link to the app.If he opened the app, he got the error The website is not available &#8211; Error 501 (net::ERR_INSECURE_RESPONSE): Unknown errorI started google it and it looks that the cause is the missing SSL certificate on my hosting, where the app<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/476ce1c9cc0e07865404f4ca54c92b90?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nhderanga<br \/>\nfacebook facebook-graph-api facebook-php-sdk facebook-apps<br \/>\nI was struggling to find a way to do this. may be this is not possible but I did not found any resource saying this can&#8217;t do. so I think to post on here.I am developing a Facebook application and It has photo uploading function. what I was trying to do is, when the user upload an image then image will automatically add to my fan page.so I go through like this. but it is only possible for admin. (I hard code admin user id)$fanpageId = 562**23; \/\/My Facebook fanpage ID $adminFbId = 100***12; \/\/<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/graph.facebook.com\/100004840800016\/picture?type=large\" \/><br \/>\nMarty Beckers<br \/>\nfacebook fql facebook-apps facebook-comments<br \/>\nWe have a Facebook app that uses the FB comments social plugin. We&#8217;re trying to automatically pull the total number of comments that have been posted using that app.We&#8217;ve tried using this query:SELECT count FROM comments_info WHERE app_id = 210218945658186However, this returns the following information:{&#8220;error&#8221;: {&#8220;message&#8221;: &#8220;An unexpected error has occurred. Please retry your request later.&#8221;,&#8221;type&#8221;: &#8220;OAuthException&#8221;,&#8221;code&#8221;: 2} }If we query fields other than the count field, the result is properl<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/2eb6a7096c6cd74c235548f3c1f33dcc?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nEmil<br \/>\nphp facebook facebook-graph-api facebook-apps<br \/>\nA few days ago my app was working fine. Now I&#8217;m getting this error after the user tries to authenticate it:Fatal error: Uncaught OAuthException: (#1) An unknown error occurred thrown in \/home\/&#8230;\/public_html\/&#8230;.\/src\/base_facebook.php on line 1024all of a sudden i am seeing this and traffic is falling a lot because people can&#8217;t use the app.<\/li>\n<\/ul>\n<p>Web site is in building<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Ashique Majeed php facebook facebook-graph-api facebook-php-sdk facebook-apps I just tried to develop a Facebook application using Facebook PHP SDK. The example code given in Facebook developer site is as below..&lt;?php\/\/ Remember to copy files from the SDK&#8217;s src\/ directory to a\/\/ directory in your application on the server, such as php-sdk\/require_once(&#8216;php-sdk\/facebook.php&#8217;);$config = array(&#8216;appId&#8217; =&gt; &#8216;YOUR_APP_ID&#8217;,&#8217;secret&#8217; [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7,1],"tags":[],"class_list":["post-6778","post","type-post","status-publish","format-standard","hentry","category-laravel","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/6778","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/comments?post=6778"}],"version-history":[{"count":1,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/6778\/revisions"}],"predecessor-version":[{"id":8851,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/6778\/revisions\/8851"}],"wp:attachment":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/media?parent=6778"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/categories?post=6778"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/tags?post=6778"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}