PHP auto share to facebook page [closed] - php

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
I have a php script to share automatically on FB page. Everything worked perfectly until last night. Now the post appears like a post on the page wall using my personal account. Has something changed on facebook graph?

Revise that your api key was not removed or modified. As well make sure you are using the actual page id or page api key (fb admin id) and not your profile's. The most common thing is that before last night you were logged on as your page and not your profile, then when you switched back it did so also. Hope this helps :)

Related

How can i create a page that tailors personal info to the user [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
After hours of trial and error, using WAMP i made a login system that mails me locally ( password recovery etc). I want to make pages that only the user has information tailored to the user, think of it as a profile page Facebook or Twitter, the news updates.
You can use sessions. In php you can type session_start(), then you can store some information about the user. So if the user don't have a session he can't access the page. Search about session_start(). You will find many examples about it.

How can I manage my own page with facebook graph api? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 years ago.
Improve this question
I'm building a website, and the website has a running facebook page. I want to be able to post to my page from my cms.
The problem is that for getting those permissions I must approve my facebook app the they require things like a screencast of how users are going to login to my app etc.
Is there a simple way to generate an access token for my own page so I can make api calls to manage it?
Daniel.
You do not have to go through app approval if you're just using it for your own purposes. Users with admin/developer/tester roles on the app can use permissions that require review without a review.

How to write post to my FB fan page from my own website [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
In my Admin panel on site i can upload photo... I want make form where i must write post and upload photo.
When i write some post and upload some photo, it save photo to server and save post to database.
I ALLREADY HAVE THIS.
And i want do this:
When it save photo and save post, it shoud log me to facebook and send post to site where Im admin.
Prease look to this image
I
I
V
And now: can you help me pls?
Based on my knowledge of the facebook API (which granted is not fluent) this isn't exactly possible, it'd be a pretty big security risk.

Wordpress need username to external script [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I want to send the wordpress username to a external file when the click on a button on my website.
I have test it with Post but then you can edit your username.
Hope you guys can help me
If you are worried about the user modifying the request, then the request must originate from your server rather than from the user's browser.
To do this, your button should call a script on your server. That script should then retrieve the username from user's current Wordpress session then send that directly to the other server using libcurl or a similar library.
Are you sure you don't just want to get the log in info to you? I think this might be an attempt scam people logging into your site. You aren't providing any coding info or nothing. Obviously something is wrong here.

How to check if visitors are connected to facebook [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
Well im working on a small php script and i want to make a test to see if the visitor is logged to facebook in his computer using php.
I want to do it in these way:
If (USER IS CONNECTED){echo "yes";}else{echo "no";}
Is it possible? if yes how can i do it ?
There is no documented way to achieve this. The JS is there for a reason (AJAX requests).
The article you're referring to is exploiting redirects after login, and doesn't even work (fails to recognize you're logged into Twitter). Something that starts with "I found a way to abuse" shouldn't be taken into consideration.
That's unethical, it exploits a loophole that will be fixed sooner or later, and I call it cracking.
Why would you need this information anyhow?

Categories