bobolounna / restfb

Automatically exported from code.google.com/p/restfb
0 stars 0 forks source link

Addition of "with_tags" in Post object #164

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add a new status update in any facebook Account, thre is a small icon(with a 
user photo with + sign) towards the bottom left of text box to add users who 
are you with.
2. Add some user x
3. Post the status update

What is the expected output? What do you see instead?
when we get this Fb Post from Api , we get 

"with_tags": {
        "data": [
          {
            "name": "Himanshu Mishra",
            "id": "831806584"
          }
        ]
      }
We can add this tag in post object

What version of the product are you using? On what operating system?
1.6.9, Centos

Please provide any additional information below.

Original issue reported on code.google.com by niti...@gmail.com on 28 Nov 2011 at 1:08

GoogleCodeExporter commented 8 years ago
Thanks for the heads-up!  I'll add support for this.

Original comment by m...@xmog.com on 13 Dec 2011 at 7:02

GoogleCodeExporter commented 8 years ago

Original comment by m...@xmog.com on 13 Dec 2011 at 7:02

GoogleCodeExporter commented 8 years ago
Fixed in 
https://github.com/revetkn/restfb/commit/1b897d569dd342e6cd2e032c86ad6e1d3225ffb
b

Original comment by m...@xmog.com on 1 Sep 2012 at 3:49